(function(){var m,aa=function(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}}},ba=typeof Object.defineProperties=="function"?Object.defineProperty:function(a,b,c){if(a==Array.prototype||a==Object.prototype)return a;a[b]=c.value;return a},ca=function(a){a=["object"==typeof globalThis&&globalThis,a,"object"==typeof window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var b=0;b<a.length;++b){var c=a[b];if(c&&c.Math==Math)return c}throw Error("Cannot find global object");
},da=ca(this),r=function(a,b){if(b)a:{var c=da;a=a.split(".");for(var d=0;d<a.length-1;d++){var e=a[d];if(!(e in c))break a;c=c[e]}a=a[a.length-1];d=c[a];b=b(d);b!=d&&b!=null&&ba(c,a,{configurable:!0,writable:!0,value:b})}};
r("Symbol",function(a){if(a)return a;var b=function(f,g){this.$jscomp$symbol$id_=f;ba(this,"description",{configurable:!0,writable:!0,value:g})};b.prototype.toString=function(){return this.$jscomp$symbol$id_};var c="jscomp_symbol_"+(Math.random()*1E9>>>0)+"_",d=0,e=function(f){if(this instanceof e)throw new TypeError("Symbol is not a constructor");return new b(c+(f||"")+"_"+d++,f)};return e});
r("Symbol.iterator",function(a){if(a)return a;a=Symbol("Symbol.iterator");for(var b="Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array".split(" "),c=0;c<b.length;c++){var d=da[b[c]];typeof d==="function"&&typeof d.prototype[a]!="function"&&ba(d.prototype,a,{configurable:!0,writable:!0,value:function(){return ea(aa(this))}})}return a});
var ea=function(a){a={next:a};a[Symbol.iterator]=function(){return this};return a},u=function(a){return a.raw=a},v=function(a){var b=typeof Symbol!="undefined"&&Symbol.iterator&&a[Symbol.iterator];if(b)return b.call(a);if(typeof a.length=="number")return{next:aa(a)};throw Error(String(a)+" is not an iterable or ArrayLike");},fa=function(a){if(!(a instanceof Array)){a=v(a);for(var b,c=[];!(b=a.next()).done;)c.push(b.value);a=c}return a},w=function(a,b){return Object.prototype.hasOwnProperty.call(a,
b)},ha=typeof Object.assign=="function"?Object.assign:function(a,b){for(var c=1;c<arguments.length;c++){var d=arguments[c];if(d)for(var e in d)w(d,e)&&(a[e]=d[e])}return a};r("Object.assign",function(a){return a||ha});var ia=typeof Object.create=="function"?Object.create:function(a){var b=function(){};b.prototype=a;return new b},ja;
if(typeof Object.setPrototypeOf=="function")ja=Object.setPrototypeOf;else{var ka;a:{var la={a:!0},ma={};try{ma.__proto__=la;ka=ma.a;break a}catch(a){}ka=!1}ja=ka?function(a,b){a.__proto__=b;if(a.__proto__!==b)throw new TypeError(a+" is not extensible");return a}:null}
var oa=ja,x=function(a,b){a.prototype=ia(b.prototype);a.prototype.constructor=a;if(oa)oa(a,b);else for(var c in b)if(c!="prototype")if(Object.defineProperties){var d=Object.getOwnPropertyDescriptor(b,c);d&&Object.defineProperty(a,c,d)}else a[c]=b[c];a.superClass_=b.prototype},pa=function(){this.isRunning_=!1;this.yieldAllIterator_=null;this.yieldResult=void 0;this.nextAddress=1;this.finallyAddress_=this.catchAddress_=0;this.abruptCompletion_=null},qa=function(a){if(a.isRunning_)throw new TypeError("Generator is already running");
a.isRunning_=!0};pa.prototype.next_=function(a){this.yieldResult=a};pa.prototype.throw_=function(a){this.abruptCompletion_={exception:a,isException:!0};this.nextAddress=this.catchAddress_||this.finallyAddress_};pa.prototype.return=function(a){this.abruptCompletion_={return:a};this.nextAddress=this.finallyAddress_};var ra=function(a,b,c){a.nextAddress=c;return{value:b}},sa=function(a){this.context_=new pa;this.program_=a};
sa.prototype.next_=function(a){qa(this.context_);if(this.context_.yieldAllIterator_)return ta(this,this.context_.yieldAllIterator_.next,a,this.context_.next_);this.context_.next_(a);return ua(this)};var va=function(a,b){qa(a.context_);var c=a.context_.yieldAllIterator_;if(c)return ta(a,"return"in c?c["return"]:function(d){return{value:d,done:!0}},b,a.context_.return);a.context_.return(b);return ua(a)};
sa.prototype.throw_=function(a){qa(this.context_);if(this.context_.yieldAllIterator_)return ta(this,this.context_.yieldAllIterator_["throw"],a,this.context_.next_);this.context_.throw_(a);return ua(this)};
var ta=function(a,b,c,d){try{var e=b.call(a.context_.yieldAllIterator_,c);if(!(e instanceof Object))throw new TypeError("Iterator result "+e+" is not an object");if(!e.done)return a.context_.isRunning_=!1,e;var f=e.value}catch(g){return a.context_.yieldAllIterator_=null,a.context_.throw_(g),ua(a)}a.context_.yieldAllIterator_=null;d.call(a.context_,f);return ua(a)},ua=function(a){for(;a.context_.nextAddress;)try{var b=a.program_(a.context_);if(b)return a.context_.isRunning_=!1,{value:b.value,done:!1}}catch(c){a.context_.yieldResult=
void 0,a.context_.throw_(c)}a.context_.isRunning_=!1;if(a.context_.abruptCompletion_){b=a.context_.abruptCompletion_;a.context_.abruptCompletion_=null;if(b.isException)throw b.exception;return{value:b.return,done:!0}}return{value:void 0,done:!0}},wa=function(a){this.next=function(b){return a.next_(b)};this.throw=function(b){return a.throw_(b)};this.return=function(b){return va(a,b)};this[Symbol.iterator]=function(){return this}},xa=function(a){function b(d){return a.next(d)}function c(d){return a.throw(d)}
return new Promise(function(d,e){function f(g){g.done?d(g.value):Promise.resolve(g.value).then(b,c).then(f,e)}f(a.next())})},ya=function(a){return xa(new wa(new sa(a)))},za=function(){for(var a=Number(this),b=[],c=a;c<arguments.length;c++)b[c-a]=arguments[c];return b};
r("Promise",function(a){function b(){this.batch_=null}function c(g){return g instanceof e?g:new e(function(h){h(g)})}if(a)return a;b.prototype.asyncExecute=function(g){if(this.batch_==null){this.batch_=[];var h=this;this.asyncExecuteFunction(function(){h.executeBatch_()})}this.batch_.push(g)};var d=da.setTimeout;b.prototype.asyncExecuteFunction=function(g){d(g,0)};b.prototype.executeBatch_=function(){for(;this.batch_&&this.batch_.length;){var g=this.batch_;this.batch_=[];for(var h=0;h<g.length;++h){var k=
g[h];g[h]=null;try{k()}catch(l){this.asyncThrow_(l)}}}this.batch_=null};b.prototype.asyncThrow_=function(g){this.asyncExecuteFunction(function(){throw g;})};var e=function(g){this.state_=0;this.result_=void 0;this.onSettledCallbacks_=[];this.isRejectionHandled_=!1;var h=this.createResolveAndReject_();try{g(h.resolve,h.reject)}catch(k){h.reject(k)}};e.prototype.createResolveAndReject_=function(){function g(l){return function(n){k||(k=!0,l.call(h,n))}}var h=this,k=!1;return{resolve:g(this.resolveTo_),
reject:g(this.reject_)}};e.prototype.resolveTo_=function(g){if(g===this)this.reject_(new TypeError("A Promise cannot resolve to itself"));else if(g instanceof e)this.settleSameAsPromise_(g);else{a:switch(typeof g){case "object":var h=g!=null;break a;case "function":h=!0;break a;default:h=!1}h?this.resolveToNonPromiseObj_(g):this.fulfill_(g)}};e.prototype.resolveToNonPromiseObj_=function(g){var h=void 0;try{h=g.then}catch(k){this.reject_(k);return}typeof h=="function"?this.settleSameAsThenable_(h,
g):this.fulfill_(g)};e.prototype.reject_=function(g){this.settle_(2,g)};e.prototype.fulfill_=function(g){this.settle_(1,g)};e.prototype.settle_=function(g,h){if(this.state_!=0)throw Error("Cannot settle("+g+", "+h+"): Promise already settled in state"+this.state_);this.state_=g;this.result_=h;this.state_===2&&this.scheduleUnhandledRejectionCheck_();this.executeOnSettledCallbacks_()};e.prototype.scheduleUnhandledRejectionCheck_=function(){var g=this;d(function(){if(g.notifyUnhandledRejection_()){var h=
da.console;typeof h!=="undefined"&&h.error(g.result_)}},1)};e.prototype.notifyUnhandledRejection_=function(){if(this.isRejectionHandled_)return!1;var g=da.CustomEvent,h=da.Event,k=da.dispatchEvent;if(typeof k==="undefined")return!0;typeof g==="function"?g=new g("unhandledrejection",{cancelable:!0}):typeof h==="function"?g=new h("unhandledrejection",{cancelable:!0}):(g=da.document.createEvent("CustomEvent"),g.initCustomEvent("unhandledrejection",!1,!0,g));g.promise=this;g.reason=this.result_;return k(g)};
e.prototype.executeOnSettledCallbacks_=function(){if(this.onSettledCallbacks_!=null){for(var g=0;g<this.onSettledCallbacks_.length;++g)f.asyncExecute(this.onSettledCallbacks_[g]);this.onSettledCallbacks_=null}};var f=new b;e.prototype.settleSameAsPromise_=function(g){var h=this.createResolveAndReject_();g.callWhenSettled_(h.resolve,h.reject)};e.prototype.settleSameAsThenable_=function(g,h){var k=this.createResolveAndReject_();try{g.call(h,k.resolve,k.reject)}catch(l){k.reject(l)}};e.prototype.then=
function(g,h){function k(t,p){return typeof t=="function"?function(z){try{l(t(z))}catch(C){n(C)}}:p}var l,n,q=new e(function(t,p){l=t;n=p});this.callWhenSettled_(k(g,l),k(h,n));return q};e.prototype.catch=function(g){return this.then(void 0,g)};e.prototype.callWhenSettled_=function(g,h){function k(){switch(l.state_){case 1:g(l.result_);break;case 2:h(l.result_);break;default:throw Error("Unexpected state: "+l.state_);}}var l=this;this.onSettledCallbacks_==null?f.asyncExecute(k):this.onSettledCallbacks_.push(k);
this.isRejectionHandled_=!0};e.resolve=c;e.reject=function(g){return new e(function(h,k){k(g)})};e.race=function(g){return new e(function(h,k){for(var l=v(g),n=l.next();!n.done;n=l.next())c(n.value).callWhenSettled_(h,k)})};e.all=function(g){var h=v(g),k=h.next();return k.done?c([]):new e(function(l,n){function q(z){return function(C){t[z]=C;p--;p==0&&l(t)}}var t=[],p=0;do t.push(void 0),p++,c(k.value).callWhenSettled_(q(t.length-1),n),k=h.next();while(!k.done)})};return e});
r("Symbol.dispose",function(a){return a?a:Symbol("Symbol.dispose")});r("Array.prototype.find",function(a){return a?a:function(b,c){a:{var d=this;d instanceof String&&(d=String(d));for(var e=d.length,f=0;f<e;f++){var g=d[f];if(b.call(c,g,f,d)){b=g;break a}}b=void 0}return b}});
r("WeakMap",function(a){function b(){}function c(k){var l=typeof k;return l==="object"&&k!==null||l==="function"}function d(k){if(!w(k,f)){var l=new b;ba(k,f,{value:l})}}function e(k){var l=Object[k];l&&(Object[k]=function(n){if(n instanceof b)return n;Object.isExtensible(n)&&d(n);return l(n)})}if(function(){if(!a||!Object.seal)return!1;try{var k=Object.seal({}),l=Object.seal({}),n=new a([[k,2],[l,3]]);if(n.get(k)!=2||n.get(l)!=3)return!1;n.delete(k);n.set(l,4);return!n.has(k)&&n.get(l)==4}catch(q){return!1}}())return a;
var f="$jscomp_hidden_"+Math.random();e("freeze");e("preventExtensions");e("seal");var g=0,h=function(k){this.id_=(g+=Math.random()+1).toString();if(k){k=v(k);for(var l;!(l=k.next()).done;)l=l.value,this.set(l[0],l[1])}};h.prototype.set=function(k,l){if(!c(k))throw Error("Invalid WeakMap key");d(k);if(!w(k,f))throw Error("WeakMap key fail: "+k);k[f][this.id_]=l;return this};h.prototype.get=function(k){return c(k)&&w(k,f)?k[f][this.id_]:void 0};h.prototype.has=function(k){return c(k)&&w(k,f)&&w(k[f],
this.id_)};h.prototype.delete=function(k){return c(k)&&w(k,f)&&w(k[f],this.id_)?delete k[f][this.id_]:!1};return h});
r("Map",function(a){if(function(){if(!a||typeof a!="function"||!a.prototype.entries||typeof Object.seal!="function")return!1;try{var h=Object.seal({x:4}),k=new a(v([[h,"s"]]));if(k.get(h)!="s"||k.size!=1||k.get({x:4})||k.set({x:4},"t")!=k||k.size!=2)return!1;var l=k.entries(),n=l.next();if(n.done||n.value[0]!=h||n.value[1]!="s")return!1;n=l.next();return n.done||n.value[0].x!=4||n.value[1]!="t"||!l.next().done?!1:!0}catch(q){return!1}}())return a;var b=new WeakMap,c=function(h){this[0]={};this[1]=
f();this.size=0;if(h){h=v(h);for(var k;!(k=h.next()).done;)k=k.value,this.set(k[0],k[1])}};c.prototype.set=function(h,k){h=h===0?0:h;var l=d(this,h);l.list||(l.list=this[0][l.id]=[]);l.entry?l.entry.value=k:(l.entry={next:this[1],previous:this[1].previous,head:this[1],key:h,value:k},l.list.push(l.entry),this[1].previous.next=l.entry,this[1].previous=l.entry,this.size++);return this};c.prototype.delete=function(h){h=d(this,h);return h.entry&&h.list?(h.list.splice(h.index,1),h.list.length||delete this[0][h.id],
h.entry.previous.next=h.entry.next,h.entry.next.previous=h.entry.previous,h.entry.head=null,this.size--,!0):!1};c.prototype.clear=function(){this[0]={};this[1]=this[1].previous=f();this.size=0};c.prototype.has=function(h){return!!d(this,h).entry};c.prototype.get=function(h){return(h=d(this,h).entry)&&h.value};c.prototype.entries=function(){return e(this,function(h){return[h.key,h.value]})};c.prototype.keys=function(){return e(this,function(h){return h.key})};c.prototype.values=function(){return e(this,
function(h){return h.value})};c.prototype.forEach=function(h,k){for(var l=this.entries(),n;!(n=l.next()).done;)n=n.value,h.call(k,n[1],n[0],this)};c.prototype[Symbol.iterator]=c.prototype.entries;var d=function(h,k){var l=k&&typeof k;l=="object"||l=="function"?b.has(k)?l=b.get(k):(l=""+ ++g,b.set(k,l)):l="p_"+k;var n=h[0][l];if(n&&w(h[0],l))for(h=0;h<n.length;h++){var q=n[h];if(k!==k&&q.key!==q.key||k===q.key)return{id:l,list:n,index:h,entry:q}}return{id:l,list:n,index:-1,entry:void 0}},e=function(h,
k){var l=h[1];return ea(function(){if(l){for(;l.head!=h[1];)l=l.previous;for(;l.next!=l.head;)return l=l.next,{done:!1,value:k(l)};l=null}return{done:!0,value:void 0}})},f=function(){var h={};return h.previous=h.next=h.head=h},g=0;return c});r("Object.values",function(a){return a?a:function(b){var c=[],d;for(d in b)w(b,d)&&c.push(b[d]);return c}});r("Object.is",function(a){return a?a:function(b,c){return b===c?b!==0||1/b===1/c:b!==b&&c!==c}});
r("Array.prototype.includes",function(a){return a?a:function(b,c){var d=this;d instanceof String&&(d=String(d));var e=d.length;c=c||0;for(c<0&&(c=Math.max(c+e,0));c<e;c++){var f=d[c];if(f===b||Object.is(f,b))return!0}return!1}});var Aa=function(a,b,c){if(a==null)throw new TypeError("The 'this' value for String.prototype."+c+" must not be null or undefined");if(b instanceof RegExp)throw new TypeError("First argument to String.prototype."+c+" must not be a regular expression");return a+""};
r("String.prototype.includes",function(a){return a?a:function(b,c){return Aa(this,b,"includes").indexOf(b,c||0)!==-1}});r("Number.MAX_SAFE_INTEGER",function(){return 9007199254740991});r("Number.isFinite",function(a){return a?a:function(b){return typeof b!=="number"?!1:!isNaN(b)&&b!==Infinity&&b!==-Infinity}});r("Number.isInteger",function(a){return a?a:function(b){return Number.isFinite(b)?b===Math.floor(b):!1}});
r("Number.isSafeInteger",function(a){return a?a:function(b){return Number.isInteger(b)&&Math.abs(b)<=Number.MAX_SAFE_INTEGER}});r("Math.trunc",function(a){return a?a:function(b){b=Number(b);if(isNaN(b)||b===Infinity||b===-Infinity||b===0)return b;var c=Math.floor(Math.abs(b));return b<0?-c:c}});
var Ba=function(a,b){a instanceof String&&(a+="");var c=0,d=!1,e={next:function(){if(!d&&c<a.length){var f=c++;return{value:b(f,a[f]),done:!1}}d=!0;return{done:!0,value:void 0}}};e[Symbol.iterator]=function(){return e};return e};r("Array.prototype.entries",function(a){return a?a:function(){return Ba(this,function(b,c){return[b,c]})}});r("Array.prototype.keys",function(a){return a?a:function(){return Ba(this,function(b){return b})}});
r("Array.prototype.values",function(a){return a?a:function(){return Ba(this,function(b,c){return c})}});r("Array.from",function(a){return a?a:function(b,c,d){c=c!=null?c:function(h){return h};var e=[],f=typeof Symbol!="undefined"&&Symbol.iterator&&b[Symbol.iterator];if(typeof f=="function"){b=f.call(b);for(var g=0;!(f=b.next()).done;)e.push(c.call(d,f.value,g++))}else for(f=b.length,g=0;g<f;g++)e.push(c.call(d,b[g],g));return e}});
r("String.prototype.startsWith",function(a){return a?a:function(b,c){var d=Aa(this,b,"startsWith");b+="";var e=d.length,f=b.length;c=Math.max(0,Math.min(c|0,d.length));for(var g=0;g<f&&c<e;)if(d[c++]!=b[g++])return!1;return g>=f}});r("Object.entries",function(a){return a?a:function(b){var c=[],d;for(d in b)w(b,d)&&c.push([d,b[d]]);return c}});
r("String.prototype.replaceAll",function(a){return a?a:function(b,c){if(b instanceof RegExp&&!b.global)throw new TypeError("String.prototype.replaceAll called with a non-global RegExp argument.");return b instanceof RegExp?this.replace(b,c):this.replace(new RegExp(String(b).replace(/([-()\[\]{}+?*.$\^|,:#<!\\])/g,"\\$1").replace(/\x08/g,"\\x08"),"g"),c)}});/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
var Ca=Ca||{},y=this||self,Da=function(a,b,c){a=a.split(".");c=c||y;a[0]in c||typeof c.execScript=="undefined"||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)a.length||b===void 0?c=c[d]&&c[d]!==Object.prototype[d]?c[d]:c[d]={}:c[d]=b},Ea=function(a,b){var c=A("CLOSURE_FLAGS");a=c&&c[a];return a!=null?a:b},A=function(a,b){a=a.split(".");b=b||y;for(var c=0;c<a.length;c++)if(b=b[a[c]],b==null)return null;return b},Ga=function(a){var b=typeof a;return b!="object"?b:a?Array.isArray(a)?"array":
b:"null"},Ha=function(a){var b=Ga(a);return b=="array"||b=="object"&&typeof a.length=="number"},Ia=function(a){var b=typeof a;return b=="object"&&a!=null||b=="function"},Ja=function(a,b,c){return a.call.apply(a.bind,arguments)},Ka=function(a,b,c){if(!a)throw Error();if(arguments.length>2){var d=Array.prototype.slice.call(arguments,2);return function(){var e=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(e,d);return a.apply(b,e)}}return function(){return a.apply(b,arguments)}},
B=function(a,b,c){B=Function.prototype.bind&&Function.prototype.bind.toString().indexOf("native code")!=-1?Ja:Ka;return B.apply(null,arguments)},D=function(a,b){function c(){}c.prototype=b.prototype;a.superClass_=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.base=function(d,e,f){for(var g=Array(arguments.length-2),h=2;h<arguments.length;h++)g[h-2]=arguments[h];return b.prototype[e].apply(d,g)}},La=function(a){return a};function E(a,b){if(Error.captureStackTrace)Error.captureStackTrace(this,E);else{var c=Error().stack;c&&(this.stack=c)}a&&(this.message=String(a));b!==void 0&&(this.cause=b)}D(E,Error);E.prototype.name="CustomError";var Ma;function Na(a){y.setTimeout(function(){throw a;},0)};var Oa=String.prototype.trim?function(a){return a.trim()}:function(a){return/^[\s\xa0]*([\s\S]*?)[\s\xa0]*$/.exec(a)[1]};var Pa=Ea(610401301,!1),Qa=Ea(188588736,!0),Ra=Ea(645172343,Ea(1,!0));function Sa(){var a=y.navigator;return a&&(a=a.userAgent)?a:""}var Ta,Ua=y.navigator;Ta=Ua?Ua.userAgentData||null:null;function Va(a){return Pa?Ta?Ta.brands.some(function(b){return(b=b.brand)&&b.indexOf(a)!=-1}):!1:!1}function F(a){return Sa().indexOf(a)!=-1};function Wa(){return Pa?!!Ta&&Ta.brands.length>0:!1}function Xa(){return Wa()?Va("Chromium"):(F("Chrome")||F("CriOS"))&&!(Wa()?0:F("Edge"))||F("Silk")};var Ya=Array.prototype.indexOf?function(a,b){return Array.prototype.indexOf.call(a,b,void 0)}:function(a,b){if(typeof a==="string")return typeof b!=="string"||b.length!=1?-1:a.indexOf(b,0);for(var c=0;c<a.length;c++)if(c in a&&a[c]===b)return c;return-1},Za=Array.prototype.forEach?function(a,b){Array.prototype.forEach.call(a,b,void 0)}:function(a,b){for(var c=a.length,d=typeof a==="string"?a.split(""):a,e=0;e<c;e++)e in d&&b.call(void 0,d[e],e,a)},$a=Array.prototype.some?function(a,b){return Array.prototype.some.call(a,
b,void 0)}:function(a,b){for(var c=a.length,d=typeof a==="string"?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a))return!0;return!1};function ab(a,b){b=Ya(a,b);var c;(c=b>=0)&&Array.prototype.splice.call(a,b,1);return c}function bb(a){var b=a.length;if(b>0){for(var c=Array(b),d=0;d<b;d++)c[d]=a[d];return c}return[]};var cb=Wa()?!1:F("Trident")||F("MSIE"),db=Sa().toLowerCase().indexOf("webkit")!=-1&&!F("Edge"),eb=db&&F("Mobile");!F("Android")||Xa();Xa();F("Safari")&&(Xa()||(Wa()?0:F("Coast"))||(Wa()?0:F("Opera"))||(Wa()?0:F("Edge"))||(Wa()?Va("Microsoft Edge"):F("Edg/"))||Wa()&&Va("Opera"));var fb={},gb=null,hb=function(a,b){b===void 0&&(b=0);if(!gb){gb={};for(var c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),d=["+/=","+/","-_=","-_.","-_"],e=0;e<5;e++){var f=c.concat(d[e].split(""));fb[e]=f;for(var g=0;g<f.length;g++){var h=f[g];gb[h]===void 0&&(gb[h]=g)}}}b=fb[b];c=Array(Math.floor(a.length/3));d=b[64]||"";for(e=f=0;f<a.length-2;f+=3){var k=a[f],l=a[f+1];h=a[f+2];g=b[k>>2];k=b[(k&3)<<4|l>>4];l=b[(l&15)<<2|h>>6];h=b[h&63];c[e++]=""+g+k+l+h}g=0;h=d;switch(a.length-
f){case 2:g=a[f+1],h=b[(g&15)<<2]||d;case 1:a=a[f],c[e]=""+b[a>>2]+b[(a&3)<<4|g>>4]+h+d}return c.join("")},ib=function(a){for(var b=[],c=0,d=0;d<a.length;d++){var e=a.charCodeAt(d);e>255&&(b[c++]=e&255,e>>=8);b[c++]=e}return hb(b,2)};var jb=typeof Uint8Array!=="undefined",kb=!cb&&typeof btoa==="function";function lb(){return typeof BigInt==="function"};function nb(a){return Array.prototype.slice.call(a)};var ob=typeof Symbol==="function"&&typeof Symbol()==="symbol";function pb(a){return typeof Symbol==="function"&&typeof Symbol()==="symbol"?Symbol():a}var qb=pb(),rb=pb("2ex"),sb=pb("0dg"),tb=pb("64big");Math.max.apply(Math,fa(Object.values({IS_REPEATED_FIELD:1,IS_IMMUTABLE_ARRAY:2,IS_API_FORMATTED:4,ONLY_MUTABLE_VALUES:8,ONLY_IMMUTABLE_VALUES_IF_OWNED:16,MUTABLE_REFERENCES_ARE_OWNED:32,CONSTRUCTED:64,TRANSFERRED:128,HAS_SPARSE_OBJECT:256,HAS_MESSAGE_ID:512,IS_IMMUTABLE_JS_REPEATED_FIELD_COERCED_FROM_WIRE:1024,FROZEN_ARRAY:2048,STRING_FORMATTED:4096,GBIGINT_FORMATTED:8192})));
var ub=ob?function(a,b){a[qb]|=b}:function(a,b){a.internalArrayState!==void 0?a.internalArrayState|=b:Object.defineProperties(a,{internalArrayState:{value:b,configurable:!0,writable:!0,enumerable:!1}})},vb=ob?function(a){return a[qb]|0}:function(a){return a.internalArrayState|0},G=ob?function(a){return a[qb]}:function(a){return a.internalArrayState},H=ob?function(a,b){a[qb]=b}:function(a,b){a.internalArrayState!==void 0?a.internalArrayState=b:Object.defineProperties(a,{internalArrayState:{value:b,
configurable:!0,writable:!0,enumerable:!1}})};function wb(a,b){H(b,(a|0)&-14591)}function xb(a,b){H(b,(a|34)&-14557)};var yb={},zb={};function Ab(a){return!(!a||typeof a!=="object"||a.mapPrototypeMarker!==zb)}function Bb(a){return a!==null&&typeof a==="object"&&!Array.isArray(a)&&a.constructor===Object}function Cb(a,b,c){if(!Array.isArray(a)||a.length)return!1;var d=vb(a);if(d&1)return!0;if(!(b&&(Array.isArray(b)?b.includes(c):b.has(c))))return!1;H(a,d|1);return!0}var Db,Eb=[];H(Eb,55);Db=Object.freeze(Eb);function Fb(a){if(a&2)throw Error();}var Gb=Object.freeze({});Object.freeze({});var Hb=Object.freeze({});var Ib=function(a,b){a.__closure__error__context__984382||(a.__closure__error__context__984382={});a.__closure__error__context__984382.severity=b};var Jb;function Kb(){var a=Error();Ib(a,"incident");Na(a)}function Lb(a){a=Error(a);Ib(a,"warning");return a}function Mb(a,b){if(b!=null){if(a==null){var c;a=(c=Jb)!=null?c:Jb={}}else a=a.constructor;c=a[b]||0;c>=4||(a[b]=c+1,Kb())}};var I=0,J=0;function Nb(a){var b=a>>>0;I=b;J=(a-b)/4294967296>>>0}function Ob(a){if(a<0){Nb(0-a);var b=v(Pb(I,J));a=b.next().value;b=b.next().value;I=a>>>0;J=b>>>0}else Nb(a)}function Qb(a,b){b>>>=0;a>>>=0;if(b<=2097151)var c=""+(4294967296*b+a);else lb()?c=""+(BigInt(b)<<BigInt(32)|BigInt(a)):(c=(a>>>24|b<<8)&16777215,b=b>>16&65535,a=(a&16777215)+c*6777216+b*6710656,c+=b*8147497,b*=2,a>=1E7&&(c+=a/1E7>>>0,a%=1E7),c>=1E7&&(b+=c/1E7>>>0,c%=1E7),c=b+Rb(c)+Rb(a));return c}
function Rb(a){a=String(a);return"0000000".slice(a.length)+a}function Sb(){var a=I,b=J;b&2147483648?lb()?a=""+(BigInt(b|0)<<BigInt(32)|BigInt(a>>>0)):(b=v(Pb(a,b)),a=b.next().value,b=b.next().value,a="-"+Qb(a,b)):a=Qb(a,b);return a}function Pb(a,b){b=~b;a?a=~a+1:b+=1;return[a,b]};function Tb(a){return a.displayName||a.name||"unknown type name"}var Ub=/^-?([1-9][0-9]*|0)(\.[0-9]+)?$/;function Vb(a){var b=typeof a;return b==="number"?Number.isFinite(a):b!=="string"?!1:Ub.test(a)}function Wb(a){if(!Number.isFinite(a))throw Lb("enum");return a|0}function Xb(a){return a==null?a:Number.isFinite(a)?a|0:void 0}function Yb(a){if(typeof a!=="number")throw Lb("int32");if(!Number.isFinite(a))throw Lb("int32");return a|0}
function Zb(a){return a[0]==="-"?a.length<20?!0:a.length===20&&Number(a.substring(0,7))>-922337:a.length<19?!0:a.length===19&&Number(a.substring(0,6))<922337}function $b(a){Vb(a);a=Math.trunc(a);if(!Number.isSafeInteger(a)){Ob(a);var b=I,c=J;if(a=c&2147483648)b=~b+1>>>0,c=~c>>>0,b==0&&(c=c+1>>>0);b=c*4294967296+(b>>>0);a=a?-b:b}return a}
function ac(a){Vb(a);var b=Math.trunc(Number(a));if(Number.isSafeInteger(b))return String(b);b=a.indexOf(".");b!==-1&&(a=a.substring(0,b));if(!Zb(a)){if(a.length<16)Ob(Number(a));else if(lb())a=BigInt(a),I=Number(a&BigInt(4294967295))>>>0,J=Number(a>>BigInt(32)&BigInt(4294967295));else{b=+(a[0]==="-");J=I=0;for(var c=a.length,d=0+b,e=(c-b)%6+b;e<=c;d=e,e+=6)d=Number(a.slice(d,e)),J*=1E6,I=I*1E6+d,I>=4294967296&&(J+=Math.trunc(I/4294967296),J>>>=0,I>>>=0);b&&(b=v(Pb(I,J)),a=b.next().value,b=b.next().value,
I=a,J=b)}a=Sb()}return a}function bc(a){if(typeof a!=="string")throw Error();return a}function K(a){if(a!=null&&typeof a!=="string")throw Error();return a}function cc(a){return a==null||typeof a==="string"?a:void 0};var dc;function ec(a,b){dc=b;a=new a(b);dc=void 0;return a}
function L(a,b,c){a==null&&(a=dc);dc=void 0;if(a==null){var d=96;c?(a=[c],d|=512):a=[];b&&(d=d&-16760833|(b&1023)<<14)}else{if(!Array.isArray(a))throw Error("narr");d=vb(a);if(d&2048)throw Error("farr");if(d&64)return a;d|=64;if(c&&(d|=512,c!==a[0]))throw Error("mid");a:{c=a;var e=c.length;if(e){var f=e-1;if(Bb(c[f])){d|=256;b=f-(+!!(d&512)-1);if(b>=1024)throw Error("pvtlmt");d=d&-16760833|(b&1023)<<14;break a}}if(b){b=Math.max(b,e-(+!!(d&512)-1));if(b>1024)throw Error("spvt");d=d&-16760833|(b&1023)<<
14}}}H(a,d);return a};function fc(a,b){return gc(b)}function gc(a){switch(typeof a){case "number":return isFinite(a)?a:String(a);case "boolean":return a?1:0;case "object":if(a)if(Array.isArray(a)){if(Cb(a,void 0,0))return}else if(jb&&a!=null&&a instanceof Uint8Array){if(kb){for(var b="",c=0,d=a.length-10240;c<d;)b+=String.fromCharCode.apply(null,a.subarray(c,c+=10240));b+=String.fromCharCode.apply(null,c?a.subarray(c):a);a=btoa(b)}else a=hb(a);return a}}return a};function hc(a,b,c){a=nb(a);var d=a.length,e=b&256?a[d-1]:void 0;d+=e?-1:0;for(b=b&512?1:0;b<d;b++)a[b]=c(a[b]);if(e){b=a[b]={};for(var f in e)b[f]=c(e[f])}return a}function ic(a,b,c,d,e){if(a!=null){if(Array.isArray(a))a=Cb(a,void 0,0)?void 0:e&&vb(a)&2?a:jc(a,b,c,d!==void 0,e);else if(Bb(a)){var f={},g;for(g in a)f[g]=ic(a[g],b,c,d,e);a=f}else a=b(a,d);return a}}
function jc(a,b,c,d,e){var f=d||c?vb(a):0;d=d?!!(f&32):void 0;a=nb(a);for(var g=0;g<a.length;g++)a[g]=ic(a[g],b,c,d,e);c&&c(f,a);return a}function kc(a){return a.messagePrototypeMarker===yb?a.toJSON():gc(a)};function lc(a,b,c){c=c===void 0?xb:c;if(a!=null){if(jb&&a instanceof Uint8Array)return b?a:new Uint8Array(a);if(Array.isArray(a)){var d=vb(a);if(d&2)return a;b&&(b=d===0||!!(d&32)&&!(d&64||!(d&16)));return b?(H(a,(d|34)&-12293),a):jc(a,lc,d&4?xb:c,!0,!0)}a.messagePrototypeMarker===yb&&(c=a.internalArray_,d=G(c),a=d&2?a:ec(a.constructor,mc(c,d,!0)));return a}}function mc(a,b,c){var d=c||b&2?xb:wb,e=!!(b&32);a=hc(a,b,function(f){return lc(f,e,d)});ub(a,32|(c?2:0));return a};var qc=function(a){var b=nc(a);if(b)return b;if(Math.random()>.01||typeof Proxy!=="function")return a;b=new Proxy(a,{set:function(c,d,e){oc();c[d]=e;return!0}});pc(a,b);return b};function oc(){Kb()}var rc=void 0,sc=void 0,nc=function(a){var b;return(b=rc)==null?void 0:b.get(a)};function pc(a,b){(rc||(rc=new WeakMap)).set(a,b);(sc||(sc=new WeakMap)).set(b,a)};function tc(a,b,c,d){if(!(4&b))return!0;if(c==null)return!1;!d&&c===0&&(4096&b||8192&b)&&(a.constructor[sb]=(a.constructor[sb]|0)+1)<5&&Kb();return c===0?!1:!(c&b)}var vc=function(a,b){a=a.internalArray_;return uc(a,G(a),b)};function wc(a,b,c,d){b=d+(+!!(b&512)-1);if(!(b<0||b>=a.length||b>=c))return a[b]}
var uc=function(a,b,c,d){if(c===-1)return null;var e=b>>14&1023||536870912;if(c>=e){if(b&256)return a[a.length-1][c]}else{var f=a.length;return d&&b&256&&(d=a[f-1][c],d!=null)?(wc(a,b,e,c)&&Mb(void 0,rb),d):wc(a,b,e,c)}},yc=function(a,b,c){var d=a.internalArray_,e=G(d);Fb(e);xc(d,e,b,c);return a};
function xc(a,b,c,d,e){var f=b>>14&1023||536870912;if(c>=f||e&&!Ra){var g=b;if(b&256)e=a[a.length-1];else{if(d==null)return g;e=a[f+(+!!(b&512)-1)]={};g|=256}e[c]=d;c<f&&(a[c+(+!!(b&512)-1)]=void 0);g!==b&&H(a,g);return g}a[c+(+!!(b&512)-1)]=d;b&256&&(a=a[a.length-1],c in a&&delete a[c]);return b}var zc=function(a){return void 0===Gb?2:a?4:5};
function Ac(a,b,c,d,e){var f=a.internalArray_,g=G(f),h=2&g?1:d;e=!!e;d=uc(f,g,b);d=Array.isArray(d)?d:Db;var k=vb(d);if(tc(a,k,void 0,e)){if(4&k||Object.isFrozen(d))d=nb(d),k=Bc(k,g),g=xc(f,g,b,d);for(var l=a=0;a<d.length;a++){var n=c(d[a]);n!=null&&(d[l++]=n)}l<a&&(d.length=l);k===0&&(k=Bc(k,g));k|=21;k&=-12289;H(d,k);2&k&&Object.freeze(d)}var q;h===1||h===4&&32&k?Cc(k)||(e=k,k|=2,k!==e&&H(d,k),Object.freeze(d)):(c=h!==5?!1:!!(32&k)||Cc(k)||!!nc(d),(h===2||c)&&Cc(k)&&(d=nb(d),k=Bc(k,g),k=Dc(k,g,
e),H(d,k),g=xc(f,g,b,d)),Cc(k)||(b=k,k=Dc(k,g,e),k!==b&&H(d,k)),c&&(q=qc(d)));return q||d}function Cc(a){return!!(2&a)&&!!(4&a)||!!(2048&a)}
function Ec(a,b,c,d){var e=a.internalArray_,f=G(e);Fb(f);if(c==null)return xc(e,f,b),a;var g=c,h;c=((h=sc)==null?void 0:h.get(g))||g;if(!Array.isArray(c))throw Lb();h=g=vb(c);var k=!!(2&g)||Object.isFrozen(c),l=!k&&(void 0===Hb||!1);if(tc(a,g))for(g=21,k&&(c=nb(c),h=0,g=Bc(g,f),g=Dc(g,f,!0)),k=0;k<c.length;k++)c[k]=d(c[k]);l&&(c=nb(c),h=0,g=Bc(g,f),g=Dc(g,f,!0));g!==h&&H(c,g);xc(e,f,b,c);return a}
function M(a,b,c,d){var e=a.internalArray_,f=G(e);Fb(f);xc(e,f,b,(d==="0"?Number(c)===0:c===d)?void 0:c);return a}function Fc(a,b,c,d){a=a.internalArray_;var e=G(a),f=uc(a,e,c,d);if(f!=null&&typeof f==="object"&&f.messagePrototypeMarker===yb)b=f;else if(Array.isArray(f)){var g=vb(f),h=g;h===0&&(h|=e&32);h|=e&2;h!==g&&H(f,h);b=new b(f)}else b=void 0;b!==f&&b!=null&&xc(a,e,c,b,d);return b}
var N=function(a,b,c){var d=d===void 0?!1:d;b=Fc(a,b,c,d);if(b==null)return b;a=a.internalArray_;var e=G(a);if(!(e&2)){var f=b;var g=f.internalArray_,h=G(g);f=h&2?ec(f.constructor,mc(g,h,!1)):f;f!==b&&(b=f,xc(a,e,c,b,d))}return b},O=function(a,b,c,d){if(d!=null){if(!(d instanceof b))throw Error("Expected instanceof "+Tb(b)+" but got "+(d&&Tb(d.constructor)));}else d=void 0;return yc(a,c,d)};function Bc(a,b){a=2&b?a|2:a&-3;return(a|32)&-2049}function Dc(a,b,c){32&b&&c||(a&=-33);return a}
var P=function(a,b){var c=c===void 0?!1:c;a=vc(a,b);a=a==null||typeof a==="boolean"?a:typeof a==="number"?!!a:void 0;return a!=null?a:c},Gc=function(a){var b=b===void 0?0:b;a=vc(a,1);a=a==null?a:Vb(a)?typeof a==="number"?$b(a):ac(a):void 0;return a!=null?a:b},Hc=function(a,b){var c=c===void 0?"":c;a=cc(vc(a,b));return a!=null?a:c},Ic=function(a,b,c){a=Ac(a,b,cc,3,!0);if(typeof c!=="number"||c<0||c>=a.length)throw Error();return a[c]},Q=function(a,b,c){if(c!=null&&typeof c!=="boolean")throw Error("Expected boolean but got "+
Ga(c)+": "+c);return M(a,b,c,!1)};var Jc,R=function(a,b,c){this.internalArray_=L(a,b,c)};R.prototype.toJSON=function(){return Kc(this)};var Lc=function(a){try{return Jc=!0,JSON.stringify(Kc(a),fc)}finally{Jc=!1}},Mc=function(a,b){if(b==null||b=="")return new a;b=JSON.parse(b);if(!Array.isArray(b))throw Error("dnarr");ub(b,32);return ec(a,b)};m=R.prototype;
m.getExtension=function(a){var b=a.ctor?a.isRepeated?a.getExtensionFn(this,a.ctor,a.fieldIndex,zc(!0),!0):a.getExtensionFn(this,a.ctor,a.fieldIndex,!0):a.isRepeated?a.getExtensionFn(this,a.fieldIndex,zc(!0),!0):a.getExtensionFn(this,a.fieldIndex,a.defaultValue,!0);return a.isDelegating&&b==null?a.defaultValue:b};
m.hasExtension=function(a){a.ctor?a=Fc(this,a.ctor,a.fieldIndex,!0)!==void 0:(a=a.ctor?a.getExtensionFn(this,a.ctor,a.fieldIndex,!0):a.getExtensionFn(this,a.fieldIndex,null,!0),a=(a===null?void 0:a)!==void 0);return a};m.clone=function(){var a=this.internalArray_;return ec(this.constructor,mc(a,G(a),!1))};m.messagePrototypeMarker=yb;m.toString=function(){try{return Jc=!0,Kc(this).toString()}finally{Jc=!1}};
function Kc(a){var b=Jc?a.internalArray_:jc(a.internalArray_,kc,void 0,void 0,!1);var c=!Jc;var d=Qa?void 0:a.constructor.repeatedFields_;var e=G(c?a.internalArray_:b);if(a=b.length){var f=b[a-1],g=Bb(f);g?a--:f=void 0;e=+!!(e&512)-1;var h=b;if(g){b:{var k=f;var l={};g=!1;if(k)for(var n in k)if(isNaN(+n))l[n]=k[n];else{var q=k[n];Array.isArray(q)&&(Cb(q,d,+n)||Ab(q)&&q.size===0)&&(q=null);q==null&&(g=!0);q!=null&&(l[n]=q)}if(g){for(var t in l)break b;l=null}else l=k}k=l==null?f!=null:l!==f}for(var p;a>
0;a--){t=a-1;n=h[t];t-=e;if(!(n==null||Cb(n,d,t)||Ab(n)&&n.size===0))break;p=!0}if(h!==b||k||p){if(!c)h=Array.prototype.slice.call(h,0,a);else if(p||k||l)h.length=a;l&&h.push(l)}b=h}return b};var Nc=function(){return!0},Oc=function(){};function Pc(a,b){for(var c in a)b.call(void 0,a[c],c,a)}function Qc(a,b){for(var c in a)if(b.call(void 0,a[c],c,a))return!0;return!1}var Rc="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" ");function Sc(a,b){for(var c,d,e=1;e<arguments.length;e++){d=arguments[e];for(c in d)a[c]=d[c];for(var f=0;f<Rc.length;f++)c=Rc[f],Object.prototype.hasOwnProperty.call(d,c)&&(a[c]=d[c])}};var Vc=function(a,b){this.stringConstValueWithSecurityContract__googStringSecurityPrivate_=a===Tc&&b||"";this.STRING_CONST_TYPE_MARKER__GOOG_STRING_SECURITY_PRIVATE_=Uc};Vc.prototype.toString=function(){return this.stringConstValueWithSecurityContract__googStringSecurityPrivate_};
var Wc=function(a){return a instanceof Vc&&a.constructor===Vc&&a.STRING_CONST_TYPE_MARKER__GOOG_STRING_SECURITY_PRIVATE_===Uc?a.stringConstValueWithSecurityContract__googStringSecurityPrivate_:"type_error:Const"},S=function(a){return new Vc(Tc,a)},Uc={},Tc={};var Xc;var Yc=function(a){this.privateDoNotAccessOrElseTrustedResourceUrlWrappedValue_=a};Yc.prototype.toString=function(){return this.privateDoNotAccessOrElseTrustedResourceUrlWrappedValue_+""};
var Zc=function(a){return a instanceof Yc&&a.constructor===Yc?a.privateDoNotAccessOrElseTrustedResourceUrlWrappedValue_:"type_error:TrustedResourceUrl"},cd=function(a,b){var c=Wc(a);if(!$c.test(c))throw Error("Invalid TrustedResourceUrl format: "+c);a=c.replace(ad,function(d,e){if(!Object.prototype.hasOwnProperty.call(b,e))throw Error('Found marker, "'+e+'", in format string, "'+c+'", but no valid label mapping found in args: '+JSON.stringify(b));d=b[e];return d instanceof Vc?Wc(d):encodeURIComponent(String(d))});
return bd(a)},ad=/%{(\w+)}/g,$c=RegExp("^((https:)?//[0-9a-z.:[\\]-]+/|/[^/\\\\]|[^:/\\\\%]+/|[^:/\\\\%]*[?#]|about:blank#)","i"),dd={},bd=function(a){if(Xc===void 0){var b=null;var c=y.trustedTypes;if(c&&c.createPolicy)try{b=c.createPolicy("uf-la#html",{createHTML:La,createScript:La,createScriptURL:La})}catch(d){y.console&&y.console.error(d.message)}Xc=b}a=(b=Xc)?b.createScriptURL(a):a;return new Yc(a,dd)};/*

 SPDX-License-Identifier: Apache-2.0
*/
var ed=function(a){this.privateDoNotAccessOrElseWrappedUrl=a};ed.prototype.toString=function(){return this.privateDoNotAccessOrElseWrappedUrl};var fd=new ed("about:invalid#zClosurez");function gd(a){if(a instanceof ed)return a.privateDoNotAccessOrElseWrappedUrl;throw Error("");};var hd=function(a){this.isValid=a};function id(a){return new hd(function(b){return b.substr(0,a.length+1).toLowerCase()===a+":"})}var jd=[id("data"),id("http"),id("https"),id("mailto"),id("ftp"),new hd(function(a){return/^[^:]*([/?#]|$)/.test(a)})];function kd(a){var b=b===void 0?jd:b;a:if(b=b===void 0?jd:b,!(a instanceof ed)){for(var c=0;c<b.length;++c){var d=b[c];if(d instanceof hd&&d.isValid(a)){a=new ed(a);break a}}a=void 0}return a||fd}var ld=/^\s*(?!javascript:)(?:[\w+.-]+:|[^:/?#]*(?:[/?#]|$))/i;
function md(a){a=a instanceof ed?gd(a):ld.test(a)?a:void 0;return a};function T(a){var b=za.apply(1,arguments);if(b.length===0)return bd(a[0]);for(var c=a[0],d=0;d<b.length;d++)c+=encodeURIComponent(b[d])+a[d+1];return bd(c)};var od=function(a,b){a:{var c=(a.ownerDocument&&a.ownerDocument.defaultView||y).document;if(c.querySelector&&(c=c.querySelector("script[nonce]"))&&(c=c.nonce||c.getAttribute("nonce"))&&nd.test(c))break a;c=""}c&&a.setAttribute("nonce",c);a.src=Zc(b)},nd=/^[\w+/_-]+[=]{0,2}$/;var pd="alternate author bookmark canonical cite help icon license modulepreload next prefetch dns-prefetch prerender preconnect preload prev search subresource".split(" ");function qd(a,b){b=md(b);b!==void 0&&a.open(b,void 0,void 0)}function rd(a){var b,c;return(a=(c=(b=a.document).querySelector)==null?void 0:c.call(b,"script[nonce]"))?a.nonce||a.getAttribute("nonce")||"":""};function sd(a,b){a.src=Zc(b);(b=rd(a.ownerDocument&&a.ownerDocument.defaultView||window))&&a.setAttribute("nonce",b)};var vd=function(a){return a?new td(ud(a)):Ma||(Ma=new td)},xd=function(a,b){Pc(b,function(c,d){d=="style"?a.style.cssText=c:d=="class"?a.className=c:d=="for"?a.htmlFor=c:wd.hasOwnProperty(d)?a.setAttribute(wd[d],c):d.lastIndexOf("aria-",0)==0||d.lastIndexOf("data-",0)==0?a.setAttribute(d,c):a[d]=c})},wd={cellpadding:"cellPadding",cellspacing:"cellSpacing",colspan:"colSpan",frameborder:"frameBorder",height:"height",maxlength:"maxLength",nonce:"nonce",role:"role",rowspan:"rowSpan",type:"type",usemap:"useMap",
valign:"vAlign",width:"width"},yd=function(a,b,c){function d(h){h&&b.appendChild(typeof h==="string"?a.createTextNode(h):h)}for(var e=1;e<c.length;e++){var f=c[e];if(!Ha(f)||Ia(f)&&f.nodeType>0)d(f);else{a:{if(f&&typeof f.length=="number"){if(Ia(f)){var g=typeof f.item=="function"||typeof f.item=="string";break a}if(typeof f==="function"){g=typeof f.item=="function";break a}}g=!1}Za(g?bb(f):f,d)}}},zd=function(a,b){b=String(b);a.contentType==="application/xhtml+xml"&&(b=b.toLowerCase());return a.createElement(b)},
Cd=function(a){return a&&a.parentNode?a.parentNode.removeChild(a):null},ud=function(a){return a.nodeType==9?a:a.ownerDocument||a.document},td=function(a){this.document_=a||y.document||document};m=td.prototype;m.getElementsByTagName=function(a,b){return(b||this.document_).getElementsByTagName(String(a))};m.createElement=function(a){return zd(this.document_,a)};m.createTextNode=function(a){return this.document_.createTextNode(String(a))};
m.getWindow=function(){var a=this.document_;return a.parentWindow||a.defaultView};m.appendChild=function(a,b){a.appendChild(b)};m.append=function(a,b){yd(ud(a),a,arguments)};m.canHaveChildren=function(a){if(a.nodeType!=1)return!1;switch(a.tagName){case "APPLET":case "AREA":case "BASE":case "BR":case "COL":case "COMMAND":case "EMBED":case "FRAME":case "HR":case "IMG":case "INPUT":case "IFRAME":case "ISINDEX":case "KEYGEN":case "LINK":case "NOFRAMES":case "NOSCRIPT":case "META":case "OBJECT":case "PARAM":case "SCRIPT":case "SOURCE":case "STYLE":case "TRACK":case "WBR":return!1}return!0};
m.removeNode=Cd;m.contains=function(a,b){if(!a||!b)return!1;if(a.contains&&b.nodeType==1)return a==b||a.contains(b);if(typeof a.compareDocumentPosition!="undefined")return a==b||!!(a.compareDocumentPosition(b)&16);for(;b&&a!=b;)b=b.parentNode;return b==a};var Dd=function(a,b){this.limit_=100;this.create_=a;this.reset_=b;this.occupants_=0;this.head_=null};Dd.prototype.get=function(){if(this.occupants_>0){this.occupants_--;var a=this.head_;this.head_=a.next;a.next=null}else a=this.create_();return a};Dd.prototype.put=function(a){this.reset_(a);this.occupants_<this.limit_&&(this.occupants_++,a.next=this.head_,this.head_=a)};var Ed,Fd=function(){var a=y.MessageChannel;typeof a==="undefined"&&typeof window!=="undefined"&&window.postMessage&&window.addEventListener&&!F("Presto")&&(a=function(){var e=zd(document,"IFRAME");e.style.display="none";document.documentElement.appendChild(e);var f=e.contentWindow;e=f.document;e.open();e.close();var g="callImmediate"+Math.random(),h=f.location.protocol=="file:"?"*":f.location.protocol+"//"+f.location.host;e=B(function(k){if((h=="*"||k.origin==h)&&k.data==g)this.port1.onmessage()},
this);f.addEventListener("message",e,!1);this.port1={};this.port2={postMessage:function(){f.postMessage(g,h)}}});if(typeof a!=="undefined"){var b=new a,c={},d=c;b.port1.onmessage=function(){if(c.next!==void 0){c=c.next;var e=c.cb;c.cb=null;e()}};return function(e){d.next={cb:e};d=d.next;b.port2.postMessage(0)}}return function(e){y.setTimeout(e,0)}};var Gd=function(){this.workTail_=this.workHead_=null};Gd.prototype.add=function(a,b){var c=Hd.get();c.set(a,b);this.workTail_?this.workTail_.next=c:this.workHead_=c;this.workTail_=c};Gd.prototype.remove=function(){var a=null;this.workHead_&&(a=this.workHead_,this.workHead_=this.workHead_.next,this.workHead_||(this.workTail_=null),a.next=null);return a};var Hd=new Dd(function(){return new Id},function(a){return a.reset()}),Id=function(){this.next=this.scope=this.fn=null};
Id.prototype.set=function(a,b){this.fn=a;this.scope=b;this.next=null};Id.prototype.reset=function(){this.next=this.scope=this.fn=null};var Jd,Kd=!1,Ld=new Gd,Nd=function(a,b){Jd||Md();Kd||(Jd(),Kd=!0);Ld.add(a,b)},Md=function(){if(y.Promise&&y.Promise.resolve){var a=y.Promise.resolve(void 0);Jd=function(){a.then(Od)}}else Jd=function(){var b=Od;typeof y.setImmediate!=="function"||y.Window&&y.Window.prototype&&y.Window.prototype.setImmediate==y.setImmediate?(Ed||(Ed=Fd()),Ed(b)):y.setImmediate(b)}},Od=function(){for(var a;a=Ld.remove();){try{a.fn.call(a.scope)}catch(b){Na(b)}Hd.put(a)}Kd=!1};var Pd=function(a){if(!a)return!1;try{return!!a.$goog_Thenable}catch(b){return!1}};var U=function(a){this.state_=0;this.result_=void 0;this.callbackEntriesTail_=this.callbackEntries_=this.parent_=null;this.hadUnhandledRejection_=this.executing_=!1;if(a!=Oc)try{var b=this;a.call(void 0,function(c){Qd(b,2,c)},function(c){Qd(b,3,c)})}catch(c){Qd(this,3,c)}},Rd=function(){this.next=this.context=this.onRejected=this.onFulfilled=this.child=null;this.always=!1};Rd.prototype.reset=function(){this.context=this.onRejected=this.onFulfilled=this.child=null;this.always=!1};
var Sd=new Dd(function(){return new Rd},function(a){a.reset()}),Td=function(a,b,c){var d=Sd.get();d.onFulfilled=a;d.onRejected=b;d.context=c;return d},Ud=function(a){return new U(function(b,c){c(a)})},Wd=function(){var a,b,c=new U(function(d,e){a=d;b=e});return new Vd(c,a,b)};U.prototype.then=function(a,b,c){return Xd(this,typeof a==="function"?a:null,typeof b==="function"?b:null,c)};U.prototype.$goog_Thenable=!0;U.prototype.thenCatch=function(a,b){return Xd(this,null,a,b)};U.prototype.catch=U.prototype.thenCatch;
U.prototype.cancel=function(a){if(this.state_==0){var b=new Yd(a);Nd(function(){Zd(this,b)},this)}};
var Zd=function(a,b){if(a.state_==0)if(a.parent_){var c=a.parent_;if(c.callbackEntries_){for(var d=0,e=null,f=null,g=c.callbackEntries_;g&&(g.always||(d++,g.child==a&&(e=g),!(e&&d>1)));g=g.next)e||(f=g);e&&(c.state_==0&&d==1?Zd(c,b):(f?(d=f,d.next==c.callbackEntriesTail_&&(c.callbackEntriesTail_=d),d.next=d.next.next):$d(c),ae(c,e,3,b)))}a.parent_=null}else Qd(a,3,b)},ce=function(a,b){a.callbackEntries_||a.state_!=2&&a.state_!=3||be(a);a.callbackEntriesTail_?a.callbackEntriesTail_.next=b:a.callbackEntries_=
b;a.callbackEntriesTail_=b},Xd=function(a,b,c,d){var e=Td(null,null,null);e.child=new U(function(f,g){e.onFulfilled=b?function(h){try{var k=b.call(d,h);f(k)}catch(l){g(l)}}:f;e.onRejected=c?function(h){try{var k=c.call(d,h);k===void 0&&h instanceof Yd?g(h):f(k)}catch(l){g(l)}}:g});e.child.parent_=a;ce(a,e);return e.child};U.prototype.unblockAndFulfill_=function(a){this.state_=0;Qd(this,2,a)};U.prototype.unblockAndReject_=function(a){this.state_=0;Qd(this,3,a)};
var Qd=function(a,b,c){if(a.state_==0){a===c&&(b=3,c=new TypeError("Promise cannot resolve to itself"));a.state_=1;a:{var d=c,e=a.unblockAndFulfill_,f=a.unblockAndReject_;if(d instanceof U){ce(d,Td(e||Oc,f||null,a));var g=!0}else if(Pd(d))d.then(e,f,a),g=!0;else{if(Ia(d))try{var h=d.then;if(typeof h==="function"){de(d,h,e,f,a);g=!0;break a}}catch(k){f.call(a,k);g=!0;break a}g=!1}}g||(a.result_=c,a.state_=b,a.parent_=null,be(a),b!=3||c instanceof Yd||ee(a,c))}},de=function(a,b,c,d,e){var f=!1,g=function(k){f||
(f=!0,c.call(e,k))},h=function(k){f||(f=!0,d.call(e,k))};try{b.call(a,g,h)}catch(k){h(k)}},be=function(a){a.executing_||(a.executing_=!0,Nd(a.executeCallbacks_,a))},$d=function(a){var b=null;a.callbackEntries_&&(b=a.callbackEntries_,a.callbackEntries_=b.next,b.next=null);a.callbackEntries_||(a.callbackEntriesTail_=null);return b};U.prototype.executeCallbacks_=function(){for(var a;a=$d(this);)ae(this,a,this.state_,this.result_);this.executing_=!1};
var ae=function(a,b,c,d){if(c==3&&b.onRejected&&!b.always)for(;a&&a.hadUnhandledRejection_;a=a.parent_)a.hadUnhandledRejection_=!1;if(b.child)b.child.parent_=null,fe(b,c,d);else try{b.always?b.onFulfilled.call(b.context):fe(b,c,d)}catch(e){ge.call(null,e)}Sd.put(b)},fe=function(a,b,c){b==2?a.onFulfilled.call(a.context,c):a.onRejected&&a.onRejected.call(a.context,c)},ee=function(a,b){a.hadUnhandledRejection_=!0;Nd(function(){a.hadUnhandledRejection_&&ge.call(null,b)})},ge=Na,Yd=function(a){E.call(this,
a)};D(Yd,E);Yd.prototype.name="cancel";var Vd=function(a,b,c){this.promise=a;this.resolve=b;this.reject=c};/*

 Copyright 2005, 2007 Bob Ippolito. All Rights Reserved.
 Copyright The Closure Library Authors.
 SPDX-License-Identifier: MIT
*/
var ie=function(a){var b=he;this.sequence_=[];this.onCancelFunction_=b;this.defaultScope_=a||null;this.hadError_=this.fired_=!1;this.result_=void 0;this.silentlyCanceled_=this.blocking_=this.blocked_=!1;this.unhandledErrorId_=0;this.parent_=null;this.branches_=0};
ie.prototype.cancel=function(a){if(this.fired_)this.result_ instanceof ie&&this.result_.cancel();else{if(this.parent_){var b=this.parent_;delete this.parent_;a?b.cancel(a):(b.branches_--,b.branches_<=0&&b.cancel())}this.onCancelFunction_?this.onCancelFunction_.call(this.defaultScope_,this):this.silentlyCanceled_=!0;this.fired_||(a=new je(this),ke(this),le(this,!1,a))}};ie.prototype.continue_=function(a,b){this.blocked_=!1;le(this,a,b)};
var le=function(a,b,c){a.fired_=!0;a.result_=c;a.hadError_=!b;me(a)},ke=function(a){if(a.fired_){if(!a.silentlyCanceled_)throw new ne(a);a.silentlyCanceled_=!1}};ie.prototype.callback=function(a){ke(this);le(this,!0,a)};ie.prototype.addCallback=function(a,b){return oe(this,a,null,b)};var oe=function(a,b,c,d){a.sequence_.push([b,c,d]);a.fired_&&me(a);return a};
ie.prototype.then=function(a,b,c){var d,e,f=new U(function(g,h){e=g;d=h});oe(this,e,function(g){g instanceof je?f.cancel():d(g);return pe},this);return f.then(a,b,c)};ie.prototype.$goog_Thenable=!0;
var qe=function(a){return $a(a.sequence_,function(b){return typeof b[1]==="function"})},pe={},me=function(a){if(a.unhandledErrorId_&&a.fired_&&qe(a)){var b=a.unhandledErrorId_,c=re[b];c&&(y.clearTimeout(c.id_),delete re[b]);a.unhandledErrorId_=0}a.parent_&&(a.parent_.branches_--,delete a.parent_);b=a.result_;for(var d=c=!1;a.sequence_.length&&!a.blocked_;){var e=a.sequence_.shift(),f=e[0],g=e[1];e=e[2];if(f=a.hadError_?g:f)try{var h=f.call(e||a.defaultScope_,b);h===pe&&(h=void 0);h!==void 0&&(a.hadError_=
a.hadError_&&(h==b||h instanceof Error),a.result_=b=h);if(Pd(b)||typeof y.Promise==="function"&&b instanceof y.Promise)d=!0,a.blocked_=!0}catch(k){b=k,a.hadError_=!0,qe(a)||(c=!0)}}a.result_=b;d&&(h=B(a.continue_,a,!0),d=B(a.continue_,a,!1),b instanceof ie?(oe(b,h,d),b.blocking_=!0):b.then(h,d));c&&(b=new se(b),re[b.id_]=b,a.unhandledErrorId_=b.id_)},ne=function(){E.call(this)};D(ne,E);ne.prototype.message="Deferred has already fired";ne.prototype.name="AlreadyCalledError";var je=function(){E.call(this)};
D(je,E);je.prototype.message="Deferred was canceled";je.prototype.name="CanceledError";var se=function(a){this.id_=y.setTimeout(B(this.throwError,this),0);this.error_=a};se.prototype.throwError=function(){delete re[this.id_];throw this.error_;};var re={};var xe=function(){var a=T(te),b={},c=b.document||document,d=Zc(a).toString(),e=(new td(c)).createElement("SCRIPT"),f={script_:e,timeout_:void 0},g=new ie(f),h=null,k=b.timeout!=null?b.timeout:5E3;k>0&&(h=window.setTimeout(function(){ue(e,!0);var l=new ve(1,"Timeout reached for loading script "+d);ke(g);le(g,!1,l)},k),f.timeout_=h);e.onload=e.onreadystatechange=function(){e.readyState&&e.readyState!="loaded"&&e.readyState!="complete"||(ue(e,b.cleanupWhenDone||!1,h),g.callback(null))};e.onerror=function(){ue(e,
!0,h);var l=new ve(0,"Error while loading script "+d);ke(g);le(g,!1,l)};f=b.attributes||{};Sc(f,{type:"text/javascript",charset:"UTF-8"});xd(e,f);od(e,a);we(c).appendChild(e);return g},we=function(a){var b;return(b=(a||document).getElementsByTagName("HEAD"))&&b.length!==0?b[0]:a.documentElement},he=function(){if(this&&this.script_){var a=this.script_;a&&a.tagName=="SCRIPT"&&ue(a,!0,this.timeout_)}},ue=function(a,b,c){c!=null&&y.clearTimeout(c);a.onload=function(){};a.onerror=function(){};a.onreadystatechange=
function(){};b&&window.setTimeout(function(){Cd(a)},0)},ve=function(a,b){var c="Jsloader error (code #"+a+")";b&&(c+=": "+b);E.call(this,c);this.code=a};D(ve,E);var te=u(["https://apis.google.com/js/client.js"]),ye=function(a){var b=a.serverUrl;var c=a.apiKey;a=a.authUser===void 0?0:a.authUser;this.serverUrl_=b;this.apiKey_=c;this.authUser_=a};ye.prototype.get=function(a,b){return ze(this,"GET",a,null,b)};
var ze=function(a,b,c,d,e){var f,g,h,k,l;return ya(function(n){if(n.nextAddress==1)return ra(n,Ae(),2);f=A("gapi.client");g=A("gapi.config");h=Be();k=f.getToken();f.setToken(null);g.update("googleapis.config/auth/useFirstPartyAuth",!0);g.update("googleapis.config/auth/useFirstPartyAuthV2",!0);g.update("client/xd4",!1);g.update("client/cors",!1);g.update("client/apiKey",a.apiKey_);l=f.request({root:a.serverUrl_,path:c,method:b,body:d?Lc(d):void 0,headers:{"Content-Type":"application/json+protobuf",
"X-Goog-Api-Key":a.apiKey_,"X-Goog-AuthUser":a.authUser_}}).then(function(q){try{return Mc(e,q.body)}catch(t){}});Ce(h);f.setToken(k);return n.return(l)})},Be=function(){var a=A("gapi.config"),b={};b["googleapis.config/auth/useFirstPartyAuth"]=a.get("googleapis.config/auth/useFirstPartyAuth");b["googleapis.config/auth/useFirstPartyAuthV2"]=a.get("googleapis.config/auth/useFirstPartyAuthV2");b["client/xd4"]=a.get("client/xd4");b["client/cors"]=a.get("client/cors");b["client/apiKey"]=a.get("client/apiKey");
return b},Ce=function(a){for(var b=A("gapi.config"),c=v(Object.keys(a)),d=c.next();!d.done;d=c.next())d=d.value,b.update(d,a[d])},Ae=function(){return A("gapi.load")?De():xe().then(function(){return De()},function(a){return Ud("Failed initializing gapi.\nGapi error: "+a)})},De=function(){var a=Wd(),b=A("gapi.client");if(b)a.resolve(b);else try{A("gapi.load")("client",{callback:function(){a.resolve(A("gapi.client"))}})}catch(c){a.reject("Failed loading gapi library: client")}return a.promise};var V=function(a){this.internalArray_=L(a)};x(V,R);V.prototype.getSeconds=function(){Mb(this,tb);return Gc(this)};V.prototype.setSeconds=function(a){if(a!=null){var b=!!b;if(!Vb(a))throw Lb("int64");typeof a==="string"?a=ac(a):b?(Vb(a),a=Math.trunc(a),Number.isSafeInteger(a)?a=String(a):(b=String(a),Zb(b)?a=b:(Ob(a),a=Sb()))):a=$b(a)}return M(this,1,a,"0")};var Ee=function(){var a=(new V).setSeconds((new Date).getTimezoneOffset()*-60);return M(a,2,Yb(0),0)};var Fe=function(a){this.internalArray_=L(a)};x(Fe,R);Fe.prototype.getTimezoneOffset=function(){return N(this,V,3)};Fe.prototype.setTimezoneOffset=function(a){return O(this,V,3,a)};var Ge=function(a){this.internalArray_=L(a)};x(Ge,R);Ge.prototype.setPlatform=function(a){return M(this,1,a==null?a:Wb(a),0)};Ge.prototype.setSupportedCapabilityList=function(a){return Ec(this,3,a,Wb)};Ge.prototype.setLibraryVersionInt=function(a){return M(this,4,a==null?a:Yb(a),0)};var He=function(a){this.internalArray_=L(a)};x(He,R);He.prototype.setDeviceInfo=function(a){return O(this,Fe,1,a)};He.prototype.setLibraryInfo=function(a){return O(this,Ge,2,a)};var Ie=function(a){this.internalArray_=L(a)};x(Ie,R);Ie.prototype.getAllowedCompletionStyleList=function(){return Ac(this,4,Xb,zc())};var Je=function(a){this.internalArray_=L(a)};x(Je,R);var Ke=function(a){this.internalArray_=L(a)};x(Ke,R);Ke.prototype.getPromptDelay=function(){return N(this,Je,1)};Ke.prototype.getAllowedPromptStyleList=function(){return Ac(this,4,Xb,zc())};var Le=function(a){this.internalArray_=L(a)};x(Le,R);Le.prototype.getLanguage=function(){return Hc(this,8)};Le.prototype.getCompletion=function(){return N(this,Ie,2)};Le.prototype.getDisplaySettings=function(){return N(this,Ke,3)};var Me=function(a){this.internalArray_=L(a)};x(Me,R);Me.prototype.setIsScheduledSurvey=function(a){return Q(this,1,a)};var Ne=function(a){this.internalArray_=L(a)};x(Ne,R);var Oe=function(a){this.internalArray_=L(a)};x(Oe,R);m=Oe.prototype;m.setTriggerId=function(a){return M(this,1,K(a),"")};m.setLanguageList=function(a){return Ec(this,2,a,bc)};m.getLanguage=function(){return Ic(this,2)};m.setTestingMode=function(a){return Q(this,3,a)};m.getSurveyId=function(){return Hc(this,4)};m.setSurveyId=function(a){yc(this,4,K(a))};var Pe=function(a){this.internalArray_=L(a)};x(Pe,R);Pe.prototype.setTriggerContext=function(a){return O(this,Oe,1,a)};Pe.prototype.setClientContext=function(a){return O(this,He,2,a)};Pe.prototype.setScheduledSurveyContext=function(a){O(this,Me,3,a)};var Qe=function(a){this.internalArray_=L(a)};x(Qe,R);m=Qe.prototype;m.getSession=function(){return N(this,Ne,1)};m.getSurveyPayload=function(){return N(this,Le,2)};m.getError=function(a){return Ic(this,4,a)};m.getSurveyId=function(){return Hc(this,5)};m.setSurveyId=function(a){M(this,5,K(a),"")};var Re=function(){this.actions_={}};Re.prototype.register=function(a,b,c){this.actions_[a]={callback:b,isApplicable:c||Nc}};Re.prototype.execute=function(a,b){(a=this.actions_[a])&&a.isApplicable()&&a.callback.apply(null,b||[])};Re.prototype.isApplicable=function(a){a=this.actions_[a];return!!a&&a.isApplicable()};Re.prototype.register=Re.prototype.register;var Se=function(a){this.internalArray_=L(a)};x(Se,R);var Te=function(a){this.internalArray_=L(a)};x(Te,R);Te.prototype.setDirection=function(a){return M(this,8,K(a),"")};var Ue=function(a){return function(b){return Mc(a,b)}}(Te);function Ve(a){if(!a)return null;a=cc(vc(a,4));return a===null||a===void 0?null:bd(a)};var We=u([""]),Xe=u(["https://www.google.com/tools/feedback/help_panel_binary.js"]);
function Ye(a,b,c,d){var e=a.helpCenterPath.startsWith("/")?a.helpCenterPath.substring(1):a.helpCenterPath,f=c.document,g=a.nonce,h=Ue(b);h=N(h,Se,10)?Ve(N(h,Se,10))||T(We):T(Xe);var k=vd(f).createElement("SCRIPT");g&&k.setAttribute("nonce",g);k.onload=function(){c.startHelpCard({apiKey:"",context:a.helpCenterContext,directToGetHelp:!1,enableSendFeedback:!1,helpApiData:{helpApiConfig:a,productWindow:c},helpcenter:e,helpPanelStartTimeMs:a.helpPanelStartTimeMs,helpPanelTheme:a.helpPanelTheme,locale:a.locale,
nd4cSettingsIsEnabled:!1,onOpenHelpPanelCallback:d,serverData:b})};sd(k,h);f.body.appendChild(k)};var Ze=u(["https://www.google.com/tools/feedback/"]),$e=u(["http://localhost.corp.google.com/inapp/"]),af=u(["http://localhost.proxy.googlers.com/inapp/"]),bf=u(["https://asx-frontend-autopush.corp.google.com/inapp/"]),cf=u(["https://asx-frontend-autopush.corp.google.com/tools/feedback/"]),df=u(["https://asx-frontend-autopush.corp.google.co.uk/inapp/"]),ef=u(["https://asx-frontend-autopush.corp.google.co.uk/tools/feedback/"]),ff=u(["https://asx-frontend-autopush.corp.google.de/inapp/"]),gf=u(["https://asx-frontend-autopush.corp.google.de/tools/feedback/"]),
hf=u(["https://asx-frontend-autopush.corp.youtube.com/tools/feedback/"]),jf=u(["https://asx-frontend-autopush.corp.youtube.com/inapp/"]),kf=u(["https://asx-help-frontend-autopush.corp.youtube.com/tools/feedback/"]),lf=u(["https://asx-help-frontend-autopush.corp.youtube.com/inapp/"]),mf=u(["https://asx-frontend-staging.corp.google.com/inapp/"]),nf=u(["https://asx-frontend-staging.corp.google.com/tools/feedback/"]),of=u(["https://support.google.com/inapp/"]),pf=u(["https://sandbox.google.com/inapp/"]),
qf=u(["https://sandbox.google.com/tools/feedback/"]),rf=u(["https://www.google.cn/tools/feedback/"]),sf=u(["https://help.youtube.com/tools/feedback/"]),tf=u(["https://asx-frontend-staging.corp.google.com/inapp/"]),uf=u(["https://asx-frontend-staging.corp.google.com/tools/feedback/"]),vf=u(["https://localhost.corp.google.com/inapp/"]),wf=u(["https://localhost.proxy.googlers.com/inapp/"]),xf=T(Ze),yf=[T($e),T(af)],zf=[T(bf),T(cf),T(df),T(ef),T(ff),T(gf),T(hf),T(jf),T(kf),T(lf)],Af=[T(mf),T(nf)],Bf=
[xf,T(of),T(pf),T(qf),T(rf),T(sf),T(tf),T(uf),T(vf),T(wf)];fa(yf);fa(zf);fa(Af);fa(Bf);var Cf=function(){this.disposed_=this.disposed_;this.onDisposeCallbacks_=this.onDisposeCallbacks_};Cf.prototype.disposed_=!1;Cf.prototype.isDisposed=function(){return this.disposed_};Cf.prototype.dispose=function(){this.disposed_||(this.disposed_=!0,this.disposeInternal())};Cf.prototype[Symbol.dispose]=function(){this.dispose()};Cf.prototype.disposeInternal=function(){if(this.onDisposeCallbacks_)for(;this.onDisposeCallbacks_.length;)this.onDisposeCallbacks_.shift()()};var Df=function(a,b){this.type=a;this.currentTarget=this.target=b;this.defaultPrevented=this.propagationStopped_=!1};Df.prototype.stopPropagation=function(){this.propagationStopped_=!0};Df.prototype.preventDefault=function(){this.defaultPrevented=!0};var Ef=function(){if(!y.addEventListener||!Object.defineProperty)return!1;var a=!1,b=Object.defineProperty({},"passive",{get:function(){a=!0}});try{var c=function(){};y.addEventListener("test",c,b);y.removeEventListener("test",c,b)}catch(d){}return a}();var Ff=function(a,b){Df.call(this,a?a.type:"");this.relatedTarget=this.currentTarget=this.target=null;this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0;this.key="";this.charCode=this.keyCode=0;this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=!1;this.state=null;this.pointerId=0;this.pointerType="";this.timeStamp=0;this.event_=null;a&&this.init(a,b)};D(Ff,Df);
Ff.prototype.init=function(a,b){var c=this.type=a.type,d=a.changedTouches&&a.changedTouches.length?a.changedTouches[0]:null;this.target=a.target||a.srcElement;this.currentTarget=b;b=a.relatedTarget;b||(c=="mouseover"?b=a.fromElement:c=="mouseout"&&(b=a.toElement));this.relatedTarget=b;d?(this.clientX=d.clientX!==void 0?d.clientX:d.pageX,this.clientY=d.clientY!==void 0?d.clientY:d.pageY,this.screenX=d.screenX||0,this.screenY=d.screenY||0):(this.offsetX=db||a.offsetX!==void 0?a.offsetX:a.layerX,this.offsetY=
db||a.offsetY!==void 0?a.offsetY:a.layerY,this.clientX=a.clientX!==void 0?a.clientX:a.pageX,this.clientY=a.clientY!==void 0?a.clientY:a.pageY,this.screenX=a.screenX||0,this.screenY=a.screenY||0);this.button=a.button;this.keyCode=a.keyCode||0;this.key=a.key||"";this.charCode=a.charCode||(c=="keypress"?a.keyCode:0);this.ctrlKey=a.ctrlKey;this.altKey=a.altKey;this.shiftKey=a.shiftKey;this.metaKey=a.metaKey;this.pointerId=a.pointerId||0;this.pointerType=a.pointerType;this.state=a.state;this.timeStamp=
a.timeStamp;this.event_=a;a.defaultPrevented&&Ff.superClass_.preventDefault.call(this)};Ff.prototype.stopPropagation=function(){Ff.superClass_.stopPropagation.call(this);this.event_.stopPropagation?this.event_.stopPropagation():this.event_.cancelBubble=!0};Ff.prototype.preventDefault=function(){Ff.superClass_.preventDefault.call(this);var a=this.event_;a.preventDefault?a.preventDefault():a.returnValue=!1};var Gf="closure_listenable_"+(Math.random()*1E6|0);var Hf=0;var If=function(a,b,c,d,e){this.listener=a;this.proxy=null;this.src=b;this.type=c;this.capture=!!d;this.handler=e;this.key=++Hf;this.removed=this.callOnce=!1},Jf=function(a){a.removed=!0;a.listener=null;a.proxy=null;a.src=null;a.handler=null};var Kf=function(a){this.src=a;this.listeners={};this.typeCount_=0};Kf.prototype.add=function(a,b,c,d,e){var f=a.toString();a=this.listeners[f];a||(a=this.listeners[f]=[],this.typeCount_++);var g=Lf(a,b,d,e);g>-1?(b=a[g],c||(b.callOnce=!1)):(b=new If(b,this.src,f,!!d,e),b.callOnce=c,a.push(b));return b};
Kf.prototype.remove=function(a,b,c,d){a=a.toString();if(!(a in this.listeners))return!1;var e=this.listeners[a];b=Lf(e,b,c,d);return b>-1?(Jf(e[b]),Array.prototype.splice.call(e,b,1),e.length==0&&(delete this.listeners[a],this.typeCount_--),!0):!1};var Mf=function(a,b){var c=b.type;c in a.listeners&&ab(a.listeners[c],b)&&(Jf(b),a.listeners[c].length==0&&(delete a.listeners[c],a.typeCount_--))};
Kf.prototype.getListener=function(a,b,c,d){a=this.listeners[a.toString()];var e=-1;a&&(e=Lf(a,b,c,d));return e>-1?a[e]:null};Kf.prototype.hasListener=function(a,b){var c=a!==void 0,d=c?a.toString():"",e=b!==void 0;return Qc(this.listeners,function(f){for(var g=0;g<f.length;++g)if(!(c&&f[g].type!=d||e&&f[g].capture!=b))return!0;return!1})};var Lf=function(a,b,c,d){for(var e=0;e<a.length;++e){var f=a[e];if(!f.removed&&f.listener==b&&f.capture==!!c&&f.handler==d)return e}return-1};var Rf="closure_lm_"+(Math.random()*1E6|0),Sf={},Tf=0,Vf=function(a,b,c,d,e){if(d&&d.once)Uf(a,b,c,d,e);else if(Array.isArray(b))for(var f=0;f<b.length;f++)Vf(a,b[f],c,d,e);else c=Wf(c),a&&a[Gf]?a.listen(b,c,Ia(d)?!!d.capture:!!d,e):Xf(a,b,c,!1,d,e)},Xf=function(a,b,c,d,e,f){if(!b)throw Error("Invalid event type");var g=Ia(e)?!!e.capture:!!e,h=Yf(a);h||(a[Rf]=h=new Kf(a));c=h.add(b,c,d,g,f);if(!c.proxy){d=Zf();c.proxy=d;d.src=a;d.listener=c;if(a.addEventListener)Ef||(e=g),e===void 0&&(e=!1),a.addEventListener(b.toString(),
d,e);else if(a.attachEvent)a.attachEvent($f(b.toString()),d);else if(a.addListener&&a.removeListener)a.addListener(d);else throw Error("addEventListener and attachEvent are unavailable.");Tf++}},Zf=function(){var a=ag,b=function(c){return a.call(b.src,b.listener,c)};return b},Uf=function(a,b,c,d,e){if(Array.isArray(b))for(var f=0;f<b.length;f++)Uf(a,b[f],c,d,e);else c=Wf(c),a&&a[Gf]?a.eventTargetListeners_.add(String(b),c,!0,Ia(d)?!!d.capture:!!d,e):Xf(a,b,c,!0,d,e)},bg=function(a,b,c,d,e){if(Array.isArray(b))for(var f=
0;f<b.length;f++)bg(a,b[f],c,d,e);else d=Ia(d)?!!d.capture:!!d,c=Wf(c),a&&a[Gf]?a.eventTargetListeners_.remove(String(b),c,d,e):a&&(a=Yf(a))&&(b=a.getListener(b,c,d,e))&&cg(b)},cg=function(a){if(typeof a!=="number"&&a&&!a.removed){var b=a.src;if(b&&b[Gf])Mf(b.eventTargetListeners_,a);else{var c=a.type,d=a.proxy;b.removeEventListener?b.removeEventListener(c,d,a.capture):b.detachEvent?b.detachEvent($f(c),d):b.addListener&&b.removeListener&&b.removeListener(d);Tf--;(c=Yf(b))?(Mf(c,a),c.typeCount_==0&&
(c.src=null,b[Rf]=null)):Jf(a)}}},$f=function(a){return a in Sf?Sf[a]:Sf[a]="on"+a},ag=function(a,b){if(a.removed)a=!0;else{b=new Ff(b,this);var c=a.listener,d=a.handler||a.src;a.callOnce&&cg(a);a=c.call(d,b)}return a},Yf=function(a){a=a[Rf];return a instanceof Kf?a:null},dg="__closure_events_fn_"+(Math.random()*1E9>>>0),Wf=function(a){if(typeof a==="function")return a;a[dg]||(a[dg]=function(b){return a.handleEvent(b)});return a[dg]};var eg=function(){Cf.call(this);this.eventTargetListeners_=new Kf(this);this.actualEventTarget_=this;this.parentEventTarget_=null};D(eg,Cf);eg.prototype[Gf]=!0;m=eg.prototype;m.addEventListener=function(a,b,c,d){Vf(this,a,b,c,d)};m.removeEventListener=function(a,b,c,d){bg(this,a,b,c,d)};
m.dispatchEvent=function(a){var b=this.parentEventTarget_;if(b){var c=[];for(var d=1;b;b=b.parentEventTarget_)c.push(b),++d}b=this.actualEventTarget_;d=a.type||a;if(typeof a==="string")a=new Df(a,b);else if(a instanceof Df)a.target=a.target||b;else{var e=a;a=new Df(d,b);Sc(a,e)}e=!0;if(c)for(var f=c.length-1;!a.propagationStopped_&&f>=0;f--){var g=a.currentTarget=c[f];e=fg(g,d,!0,a)&&e}a.propagationStopped_||(g=a.currentTarget=b,e=fg(g,d,!0,a)&&e,a.propagationStopped_||(e=fg(g,d,!1,a)&&e));if(c)for(f=
0;!a.propagationStopped_&&f<c.length;f++)g=a.currentTarget=c[f],e=fg(g,d,!1,a)&&e;return e};m.disposeInternal=function(){eg.superClass_.disposeInternal.call(this);if(this.eventTargetListeners_){var a=this.eventTargetListeners_,b=0,c;for(c in a.listeners){for(var d=a.listeners[c],e=0;e<d.length;e++)++b,Jf(d[e]);delete a.listeners[c];a.typeCount_--}}this.parentEventTarget_=null};m.listen=function(a,b,c,d){return this.eventTargetListeners_.add(String(a),b,!1,c,d)};
var fg=function(a,b,c,d){b=a.eventTargetListeners_.listeners[String(b)];if(!b)return!0;b=b.concat();for(var e=!0,f=0;f<b.length;++f){var g=b[f];if(g&&!g.removed&&g.capture==c){var h=g.listener,k=g.handler||g.src;g.callOnce&&Mf(a.eventTargetListeners_,g);e=h.call(k,d)!==!1&&e}}return e&&!d.defaultPrevented};eg.prototype.getListener=function(a,b,c,d){return this.eventTargetListeners_.getListener(String(a),b,c,d)};
eg.prototype.hasListener=function(a,b){return this.eventTargetListeners_.hasListener(a!==void 0?String(a):void 0,b)};var gg=function(a){try{return y.JSON.parse(a)}catch(b){}a=String(a);if(/^\s*$/.test(a)?0:/^[\],:{}\s\u2028\u2029]*$/.test(a.replace(/\\["\\\/bfnrtu]/g,"@").replace(/(?:"[^"\\\n\r\u2028\u2029\x00-\x08\x0a-\x1f]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?)[\s\u2028\u2029]*(?=:|,|]|}|$)/g,"]").replace(/(?:^|:|,)(?:[\s\u2028\u2029]*\[)+/g,"")))try{return eval("("+a+")")}catch(b){}throw Error("Invalid JSON string: "+a);};var hg=function(){};hg.prototype.cachedOptions_=null;var ig=function(a){var b;(b=a.cachedOptions_)||(b=a.cachedOptions_={});return b};var jg,kg=function(){};D(kg,hg);jg=new kg;var lg=function(a,b,c){if(typeof a==="function")c&&(a=B(a,c));else if(a&&typeof a.handleEvent=="function")a=B(a.handleEvent,a);else throw Error("Invalid listener argument");return Number(b)>2147483647?-1:y.setTimeout(a,b||0)};var mg=RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)(?::([0-9]+))?(?=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?$"),ng=function(a,b){if(a){a=a.split("&");for(var c=0;c<a.length;c++){var d=a[c].indexOf("="),e=null;if(d>=0){var f=a[c].substring(0,d);e=a[c].substring(d+1)}else f=a[c];b(f,e?decodeURIComponent(e.replace(/\+/g," ")):"")}}};var W=function(a){eg.call(this);this.headers=new Map;this.xmlHttpFactory_=a||null;this.active_=!1;this.xhrOptions_=this.xhr_=null;this.lastUri_="";this.inAbort_=this.inOpen_=this.inSend_=this.errorDispatched_=!1;this.timeoutInterval_=0;this.timeoutId_=null;this.responseType_="";this.progressEventsEnabled_=this.withCredentials_=!1;this.attributionReportingOptions_=this.trustToken_=null};D(W,eg);
var og=/^https?$/i,pg=["POST","PUT"],qg=[],rg=function(a,b,c,d,e,f){var g=new W;qg.push(g);b&&g.listen("complete",b);g.eventTargetListeners_.add("ready",g.cleanupSend_,!0,void 0,void 0);f&&(g.timeoutInterval_=Math.max(0,f));g.withCredentials_=!0;g.send(a,c,d,e)};m=W.prototype;m.cleanupSend_=function(){this.dispose();ab(qg,this)};m.setTrustToken=function(a){this.trustToken_=a};m.setAttributionReporting=function(a){this.attributionReportingOptions_=a};
m.send=function(a,b,c,d){if(this.xhr_)throw Error("[goog.net.XhrIo] Object is active with another request="+this.lastUri_+"; newUri="+a);b=b?b.toUpperCase():"GET";this.lastUri_=a;this.errorDispatched_=!1;this.active_=!0;this.xhr_=new XMLHttpRequest;this.xhrOptions_=this.xmlHttpFactory_?ig(this.xmlHttpFactory_):ig(jg);this.xhr_.onreadystatechange=B(this.onReadyStateChange_,this);this.progressEventsEnabled_&&"onprogress"in this.xhr_&&(this.xhr_.onprogress=B(function(g){this.onProgressHandler_(g,!0)},
this),this.xhr_.upload&&(this.xhr_.upload.onprogress=B(this.onProgressHandler_,this)));try{this.inOpen_=!0,this.xhr_.open(b,String(a),!0),this.inOpen_=!1}catch(g){this.error_(5,g);return}a=c||"";c=new Map(this.headers);if(d)if(Object.getPrototypeOf(d)===Object.prototype)for(var e in d)c.set(e,d[e]);else if(typeof d.keys==="function"&&typeof d.get==="function"){e=v(d.keys());for(var f=e.next();!f.done;f=e.next())f=f.value,c.set(f,d.get(f))}else throw Error("Unknown input type for opt_headers: "+String(d));
d=Array.from(c.keys()).find(function(g){return"content-type"==g.toLowerCase()});e=y.FormData&&a instanceof y.FormData;!(Ya(pg,b)>=0)||d||e||c.set("Content-Type","application/x-www-form-urlencoded;charset=utf-8");b=v(c);for(d=b.next();!d.done;d=b.next())c=v(d.value),d=c.next().value,c=c.next().value,this.xhr_.setRequestHeader(d,c);this.responseType_&&(this.xhr_.responseType=this.responseType_);"withCredentials"in this.xhr_&&this.xhr_.withCredentials!==this.withCredentials_&&(this.xhr_.withCredentials=
this.withCredentials_);if("setTrustToken"in this.xhr_&&this.trustToken_)try{this.xhr_.setTrustToken(this.trustToken_)}catch(g){}if("setAttributionReporting"in this.xhr_&&this.attributionReportingOptions_)try{this.xhr_.setAttributionReporting(this.attributionReportingOptions_)}catch(g){}try{sg(this),this.timeoutInterval_>0&&(this.timeoutId_=lg(this.timeout_,this.timeoutInterval_,this)),this.inSend_=!0,this.xhr_.send(a),this.inSend_=!1}catch(g){this.error_(5,g)}};
m.timeout_=function(){typeof Ca!="undefined"&&this.xhr_&&(this.dispatchEvent("timeout"),this.abort(8))};m.error_=function(){this.active_=!1;this.xhr_&&(this.inAbort_=!0,this.xhr_.abort(),this.inAbort_=!1);tg(this);ug(this)};var tg=function(a){a.errorDispatched_||(a.errorDispatched_=!0,a.dispatchEvent("complete"),a.dispatchEvent("error"))};
W.prototype.abort=function(){this.xhr_&&this.active_&&(this.active_=!1,this.inAbort_=!0,this.xhr_.abort(),this.inAbort_=!1,this.dispatchEvent("complete"),this.dispatchEvent("abort"),ug(this))};W.prototype.disposeInternal=function(){this.xhr_&&(this.active_&&(this.active_=!1,this.inAbort_=!0,this.xhr_.abort(),this.inAbort_=!1),ug(this,!0));W.superClass_.disposeInternal.call(this)};
W.prototype.onReadyStateChange_=function(){if(!this.isDisposed())if(this.inOpen_||this.inSend_||this.inAbort_)vg(this);else this.onReadyStateChangeEntryPoint_()};W.prototype.onReadyStateChangeEntryPoint_=function(){vg(this)};
var vg=function(a){if(a.active_&&typeof Ca!="undefined"&&(!a.xhrOptions_[1]||wg(a)!=4||xg(a)!=2))if(a.inSend_&&wg(a)==4)lg(a.onReadyStateChange_,0,a);else if(a.dispatchEvent("readystatechange"),wg(a)==4){a.active_=!1;try{var b=xg(a);a:switch(b){case 200:case 201:case 202:case 204:case 206:case 304:case 1223:var c=!0;break a;default:c=!1}var d;if(!(d=c)){var e;if(e=b===0){var f=String(a.lastUri_).match(mg)[1]||null;!f&&y.self&&y.self.location&&(f=y.self.location.protocol.slice(0,-1));e=!og.test(f?
f.toLowerCase():"")}d=e}d?(a.dispatchEvent("complete"),a.dispatchEvent("success")):tg(a)}finally{ug(a)}}};W.prototype.onProgressHandler_=function(a,b){this.dispatchEvent(yg(a,"progress"));this.dispatchEvent(yg(a,b?"downloadprogress":"uploadprogress"))};
var yg=function(a,b){return{type:b,lengthComputable:a.lengthComputable,loaded:a.loaded,total:a.total}},ug=function(a,b){if(a.xhr_){sg(a);var c=a.xhr_,d=a.xhrOptions_[0]?function(){}:null;a.xhr_=null;a.xhrOptions_=null;b||a.dispatchEvent("ready");try{c.onreadystatechange=d}catch(e){}}},sg=function(a){a.timeoutId_&&(y.clearTimeout(a.timeoutId_),a.timeoutId_=null)};W.prototype.isActive=function(){return!!this.xhr_};
var wg=function(a){return a.xhr_?a.xhr_.readyState:0},xg=function(a){try{return wg(a)>2?a.xhr_.status:-1}catch(b){return-1}},zg=function(a){if(a.xhr_){a=a.xhr_.responseText;a.indexOf(")]}'\n")==0&&(a=a.substring(5));a:{if(y.JSON)try{var b=y.JSON.parse(a);break a}catch(c){}b=gg(a)}return b}};W.prototype.getResponseHeader=function(a){if(this.xhr_&&wg(this)==4)return a=this.xhr_.getResponseHeader(a),a===null?void 0:a};
W.prototype.getAllResponseHeaders=function(){return this.xhr_&&wg(this)>=2?this.xhr_.getAllResponseHeaders()||"":""};var Ag=u([""]),Bg=u(["https://www.google.com/tools/feedback/help_panel_binary.js"]);function Cg(a,b,c,d,e,f){return ya(function(g){return g.return(new Promise(function(h){rg(""+a+"/repeater_help_panel?locale="+b+"&helpContext="+c+"&productId="+d+"&helpcenter="+e+"&openingMode="+f,function(k){k=k.target;var l=null;try{l=Mc(Te,JSON.stringify(zg(k)))}catch(n){}h(l)})}))})}
function Dg(a,b,c,d){var e=a.helpCenterPath.startsWith("/")?a.helpCenterPath.substring(1):a.helpCenterPath,f=Ue(b),g=a.helpPanelMode||0,h=a.fixedHelpPanelContainer,k=a.customHelpPanelContainer;h&&g!==1?h=void 0:g!==1||h&&!P(f,5)||(g=0,h=void 0);k&&g!==2?g=2:g!==2||k&&!a.anchor||(g=0,k=void 0);var l=a.openingMode;if(a.directToGetHelp)l=2;else if(a.supportContentUrl||a.defaultHelpArticleId)l=3;var n=c.document,q=a.nonce,t=N(f,Se,10)?Ve(N(f,Se,10))||T(Ag):T(Bg),p=A("document.location.href",c);!a.helpCenterContext&&
p&&(a.helpCenterContext=p.substring(0,1200));p=!0;if(d){var z=JSON.stringify(d);(p=z.length<=1200)&&(a.psdJson=z)}p||(d={invalidPsd:!0});p=vd(n).createElement("SCRIPT");q&&p.setAttribute("nonce",q);p.onload=function(){c.startHelpPanel({helpcenter:e,apiKey:"testpage",channel:a.channel,context:a.helpCenterContext||c.location.href,defaultHelpArticleFragment:a.defaultHelpArticleFragment,defaultHelpArticleId:a.defaultHelpArticleId,defaultHelpArticleHelpcenterPath:a.defaultHelpArticleHelpcenterPath,directToGetHelp:a.directToGetHelp||
!1,openToHelpGuideEntryButtonId:a.openToHelpGuideEntryButtonId,enableHelpGuideMaximize:a.enableHelpGuideMaximize,enableHelpGuideConversationalAi:a.enableHelpGuideConversationalAi,enableHelpGuideHumanChat:a.enableHelpGuideHumanChat,internalHelpCenter:Hc(f,12),enableSendFeedback:a.enableSendFeedback||!1,helpPanelTheme:a.helpPanelTheme,locale:a.locale,nd4cSettingsIsEnabled:a.nd4cSettingsIsEnabled||!1,nd4cSettingsCountryCode:a.nd4cSettingsCountryCode||"",serverData:b,supportContentUrl:a.supportContentUrl,
symptom:a.symptom,helpApiData:{helpApiConfig:a,frdProductData:a.frdProductData,productData:d,productWindow:c},helpPanelMode:g,onPromotedProductLinkClickCallback:a.onPromotedProductLinkClickCallback,fixedHelpPanelContainer:h,customHelpPanelContainer:k,openingMode:l,onMinimizeCallback:a.onMinimizeCallback,onGseEventCallback:a.onGseEventCallback,minimizeMode:a.minimizeMode||0,helpFlowSessionId:a.helpFlowSessionId,helpGuideHelpCenterEmbedEntryPoint:a.helpGuideHelpCenterEmbedEntryPoint,helpGuideCommonEmbedEntryPoint:a.helpGuideCommonEmbedEntryPoint,
helpGuideStartingFlow:a.helpGuideStartingFlow,gseSessionOptions:a.gseSessionOptions,helpPanelStartTimeMs:a.helpPanelStartTimeMs,disableEndUserCredentials:a.disableEndUserCredentials,gsePageUrl:a.gsePageUrl,mendelIds:a.mendelIds,productDeepLinkRegex:a.productDeepLinkRegex,onProductDeepLinkClickCallback:a.onProductDeepLinkClickCallback,supportVisitId:a.supportVisitId,supportJourneyId:a.supportJourneyId})};sd(p,t);n.body.appendChild(p)};for(var Eg={en:["en-us"],ar:["ar-eg"],zh:["zh-cn","zh-hans","zh-hans-cn"],"zh-tw":["zh-hant","zh-hant-tw"],nl:["nl-nl"],"en-gb":[],fr:["fr-fr"],de:["de-de"],it:["it-it"],ja:["ja-jp"],ko:["ko-kr"],pl:["pl-pl"],pt:["pt-br"],ru:["ru-ru"],es:["es-es"],th:["th-th"],tr:["tr-tr"],"es-419":[],bg:["bg-bg"],ca:["ca-es"],hr:["hr-hr"],cs:["cs-cz"],da:["da-dk"],fil:["fil-ph","tl","tl-ph"],fi:["fi-fi"],el:["el-gr"],iw:["he","he-il","iw-il"],hi:["hi-in"],hu:["hu-hu"],id:["id-id","in","in-id"],lv:["lv-lv"],lt:["lt-lt"],
no:["no-no","nb","nb-no"],"pt-pt":[],ro:["ro-ro","mo"],sr:["sr-rs","sr-cyrl-rs"],sk:["sk-sk"],sl:["sl-sl"],sv:["sv-se"],uk:["uk-ua"],vi:["vi-vn"],fa:["fa-ir"],af:["af-za"],bn:["bn-in"],et:["et-ee"],is:["is-is"],ms:["ms-my"],mr:["mr-in"],sw:["sw-tz"],ta:["ta-in"],sq:["sq-al"],hy:["hy-am"],az:["az-az"],my:["my-mm"],ka:["ka-ge"],kk:["kk-kz"],km:["km-kh"],lo:["lo-la"],mk:["mk-mk"],mn:["mn-mn"],ne:["ne-np"],si:["si-lk"],am:["am-et"],gu:["gu-in"],kn:["kn-in"],ml:["ml-in"],te:["te-in"],ur:["ur-pk"],ky:["ky-kg"],
pa:["pa-in"],uz:["uz-uz"],"sr-latn":["sh"],"fr-ca":["fr-ca"]},Fg={},Gg=v(Object.keys(Eg)),Hg=Gg.next();!Hg.done;Hg=Gg.next()){var Ig=Hg.value;Fg[Ig]=Ig;for(var Jg=v(Eg[Ig]),Kg=Jg.next();!Kg.done;Kg=Jg.next())Fg[Kg.value]=Ig};var Lg=function(a){this.internalArray_=L(a)};x(Lg,R);Lg.prototype.getTimezoneOffset=function(){return N(this,V,3)};Lg.prototype.setTimezoneOffset=function(a){return O(this,V,3,a)};var Mg=function(a){this.internalArray_=L(a)};x(Mg,R);Mg.prototype.setPlatform=function(a){return M(this,1,a==null?a:Wb(a),0)};Mg.prototype.setSupportedCapabilityList=function(a){return Ec(this,3,a,Wb)};Mg.prototype.setLibraryVersionInt=function(a){return M(this,4,a==null?a:Yb(a),0)};var Ng=function(a){this.internalArray_=L(a)};x(Ng,R);Ng.prototype.setDeviceInfo=function(a){return O(this,Lg,1,a)};Ng.prototype.setLibraryInfo=function(a){return O(this,Mg,2,a)};var Og=function(a){this.internalArray_=L(a)};x(Og,R);Og.prototype.getAllowedCompletionStyleList=function(){return Ac(this,4,Xb,zc())};var Pg=function(a){this.internalArray_=L(a)};x(Pg,R);var Qg=function(a){this.internalArray_=L(a)};x(Qg,R);Qg.prototype.getPromptDelay=function(){return N(this,Pg,1)};Qg.prototype.getAllowedPromptStyleList=function(){return Ac(this,4,Xb,zc())};var Rg=function(a){this.internalArray_=L(a)};x(Rg,R);Rg.prototype.getLanguage=function(){return Hc(this,8)};Rg.prototype.getCompletion=function(){return N(this,Og,2)};Rg.prototype.getDisplaySettings=function(){return N(this,Qg,3)};var Sg=function(a){this.internalArray_=L(a)};x(Sg,R);Sg.prototype.setIsScheduledSurvey=function(a){return Q(this,1,a)};var Tg=function(a){this.internalArray_=L(a)};x(Tg,R);var Ug=function(a){this.internalArray_=L(a)};x(Ug,R);var Vg=function(a){var b=new Ug;return Q(b,1,a)};var Wg=function(a){this.internalArray_=L(a)};x(Wg,R);m=Wg.prototype;m.setTriggerId=function(a){return M(this,1,K(a),"")};m.setLanguageList=function(a){return Ec(this,2,a,bc)};m.getLanguage=function(){return Ic(this,2)};m.setTestingMode=function(a){return Q(this,3,a)};m.getSurveyId=function(){return Hc(this,4)};m.setSurveyId=function(a){yc(this,4,K(a))};var Xg=function(a){this.internalArray_=L(a)};x(Xg,R);var Yg=function(a,b){return M(a,1,K(b),"")};Xg.prototype.setApiKey=function(a){return M(this,2,K(a),"")};Xg.prototype.setPlatform=function(a){return M(this,3,a==null?a:Wb(a),0)};var Zg=function(a){this.internalArray_=L(a)};x(Zg,R);var $g=function(a,b){return O(a,Ug,1,b)};var ah=function(a){this.internalArray_=L(a)};x(ah,R);ah.prototype.setTriggerContext=function(a){return O(this,Wg,1,a)};ah.prototype.setClientContext=function(a){return O(this,Ng,2,a)};ah.prototype.setScheduledSurveyContext=function(a){O(this,Sg,3,a)};var bh=function(a){this.internalArray_=L(a)};x(bh,R);m=bh.prototype;m.getSession=function(){return N(this,Tg,1)};m.getSurveyPayload=function(){return N(this,Rg,2)};m.getError=function(a){return Ic(this,4,a)};m.getSurveyId=function(){return Hc(this,5)};m.setSurveyId=function(a){M(this,5,K(a),"")};var ch=function(a){if(!a)return"";if(/^about:(?:blank|srcdoc)$/.test(a))return window.origin||"";a.indexOf("blob:")===0&&(a=a.substring(5));a=a.split("#")[0].split("?")[0];a=a.toLowerCase();a.indexOf("//")==0&&(a=window.location.protocol+a);/^[\w\-]*:\/\//.test(a)||(a=window.location.href);var b=a.substring(a.indexOf("://")+3),c=b.indexOf("/");c!=-1&&(b=b.substring(0,c));c=a.substring(0,a.indexOf("://"));if(!c)throw Error("URI is missing protocol: "+a);if(c!=="http"&&c!=="https"&&c!=="chrome-extension"&&
c!=="moz-extension"&&c!=="file"&&c!=="android-app"&&c!=="chrome-search"&&c!=="chrome-untrusted"&&c!=="chrome"&&c!=="app"&&c!=="devtools")throw Error("Invalid URI scheme in origin: "+c);a="";var d=b.indexOf(":");if(d!=-1){var e=b.substring(d+1);b=b.substring(0,d);if(c==="http"&&e!=="80"||c==="https"&&e!=="443")a=":"+e}return c+"://"+b+a};function dh(){function a(){e[0]=1732584193;e[1]=4023233417;e[2]=2562383102;e[3]=271733878;e[4]=3285377520;n=l=0}function b(q){for(var t=g,p=0;p<64;p+=4)t[p/4]=q[p]<<24|q[p+1]<<16|q[p+2]<<8|q[p+3];for(p=16;p<80;p++)q=t[p-3]^t[p-8]^t[p-14]^t[p-16],t[p]=(q<<1|q>>>31)&4294967295;q=e[0];var z=e[1],C=e[2],X=e[3],mb=e[4];for(p=0;p<80;p++){if(p<40)if(p<20){var na=X^z&(C^X);var Fa=1518500249}else na=z^C^X,Fa=1859775393;else p<60?(na=z&C|X&(z|C),Fa=2400959708):(na=z^C^X,Fa=3395469782);na=((q<<5|q>>>27)&4294967295)+
na+mb+Fa+t[p]&4294967295;mb=X;X=C;C=(z<<30|z>>>2)&4294967295;z=q;q=na}e[0]=e[0]+q&4294967295;e[1]=e[1]+z&4294967295;e[2]=e[2]+C&4294967295;e[3]=e[3]+X&4294967295;e[4]=e[4]+mb&4294967295}function c(q,t){if(typeof q==="string"){q=unescape(encodeURIComponent(q));for(var p=[],z=0,C=q.length;z<C;++z)p.push(q.charCodeAt(z));q=p}t||(t=q.length);p=0;if(l==0)for(;p+64<t;)b(q.slice(p,p+64)),p+=64,n+=64;for(;p<t;)if(f[l++]=q[p++],n++,l==64)for(l=0,b(f);p+64<t;)b(q.slice(p,p+64)),p+=64,n+=64}function d(){var q=
[],t=n*8;l<56?c(h,56-l):c(h,64-(l-56));for(var p=63;p>=56;p--)f[p]=t&255,t>>>=8;b(f);for(p=t=0;p<5;p++)for(var z=24;z>=0;z-=8)q[t++]=e[p]>>z&255;return q}for(var e=[],f=[],g=[],h=[128],k=1;k<64;++k)h[k]=0;var l,n;a();return{reset:a,update:c,digest:d,digestString:function(){for(var q=d(),t="",p=0;p<q.length;p++)t+="0123456789ABCDEF".charAt(Math.floor(q[p]/16))+"0123456789ABCDEF".charAt(q[p]%16);return t}}};var fh=function(a,b,c){var d=String(y.location.href);return d&&a&&b?[b,eh(ch(d),a,c||null)].join(" "):null},eh=function(a,b,c){var d=[],e=[];if((Array.isArray(c)?2:1)==1)return e=[b,a],Za(d,function(h){e.push(h)}),gh(e.join(" "));var f=[],g=[];Za(c,function(h){g.push(h.key);f.push(h.value)});c=Math.floor((new Date).getTime()/1E3);e=f.length==0?[c,b,a]:[f.join(":"),c,b,a];Za(d,function(h){e.push(h)});a=gh(e.join(" "));a=[c,a];g.length==0||a.push(g.join(""));return a.join("_")},gh=function(a){var b=
dh();b.update(a);return b.digestString().toLowerCase()};var hh={};var ih=function(){this.document_=document||{cookie:""}};m=ih.prototype;m.isEnabled=function(){if(!y.navigator.cookieEnabled)return!1;if(!this.isEmpty())return!0;this.set("TESTCOOKIESENABLED","1",{maxAge:60});if(this.get("TESTCOOKIESENABLED")!=="1")return!1;this.remove("TESTCOOKIESENABLED");return!0};
m.set=function(a,b,c){var d=!1;if(typeof c==="object"){var e=c.sameSite;d=c.secure||!1;var f=c.domain||void 0;var g=c.path||void 0;var h=c.maxAge}if(/[;=\s]/.test(a))throw Error('Invalid cookie name "'+a+'"');if(/[;\r\n]/.test(b))throw Error('Invalid cookie value "'+b+'"');h===void 0&&(h=-1);this.document_.cookie=a+"="+b+(f?";domain="+f:"")+(g?";path="+g:"")+(h<0?"":h==0?";expires="+(new Date(1970,1,1)).toUTCString():";expires="+(new Date(Date.now()+h*1E3)).toUTCString())+(d?";secure":"")+(e!=null?
";samesite="+e:"")};m.get=function(a,b){for(var c=a+"=",d=(this.document_.cookie||"").split(";"),e=0,f;e<d.length;e++){f=Oa(d[e]);if(f.lastIndexOf(c,0)==0)return f.slice(c.length);if(f==a)return""}return b};m.remove=function(a,b,c){var d=this.containsKey(a);this.set(a,"",{maxAge:0,path:b,domain:c});return d};m.getKeys=function(){return jh(this).keys};m.getValues=function(){return jh(this).values};m.isEmpty=function(){return!this.document_.cookie};m.containsKey=function(a){return this.get(a)!==void 0};
m.clear=function(){for(var a=jh(this).keys,b=a.length-1;b>=0;b--)this.remove(a[b])};var jh=function(a){a=(a.document_.cookie||"").split(";");for(var b=[],c=[],d,e,f=0;f<a.length;f++)e=Oa(a[f]),d=e.indexOf("="),d==-1?(b.push(""),c.push(e)):(b.push(e.substring(0,d)),c.push(e.substring(d+1)));return{keys:b,values:c}};var kh=function(a){return!!hh.FPA_SAMESITE_PHASE2_MOD||!(a===void 0||!a)},lh=function(a,b,c,d){(a=y[a])||typeof document==="undefined"||(a=(new ih).get(b));return a?fh(a,c,d):null};var mh=function(a){this.internalArray_=L(a)};x(mh,R);m=mh.prototype;m.getEnableSsEngine=function(){return P(this,2)};m.getEnableAwr=function(){return P(this,3)};m.getAlohaAutoGaRollout=function(){return P(this,5)};m.getEnableConfigurator=function(){return P(this,6)};m.getEnableMweb=function(){return P(this,7)};m.getEnableCtlConsentCheckbox=function(){return P(this,8)};m.getEnableIframe=function(){return P(this,9)};
var nh=function(){var a=new mh;a=Q(a,5,!0);a=Q(a,2,!0);a=Q(a,4,!1);a=Q(a,8,!0);return Q(a,9,!0)};m=mh.prototype;m.getEnableScreenshotNudge=function(){return P(this,10)};m.getEnableWebStartupConfigEndpoint=function(){return P(this,11)};m.getEnableJunkNudge=function(){return P(this,12)};m.getEnableConfiguratorLocale=function(){return P(this,13)};m.getEnableTinyNoPointer=function(){return P(this,14)};m.getEnableSupportSessionLogging=function(){return P(this,15)};
m.getEnableFileUploadForScreenshot=function(){return P(this,16)};m.getEnableDirectDeflectionForSingleCategory=function(){return P(this,17)};m.getEnableImageSanitization=function(){return P(this,18)};m.getEnableAlohaBinarySplit=function(){return P(this,19)};m.getEnableDbFeedbackIntents=function(){return P(this,20)};m.getEnableMarkMandatoryFieldsWithRequired=function(){return P(this,21)};m.getEnableFeedbackCategoryCustomUi=function(){return P(this,22)};
m.getEnableRealtimeCtl=function(){return P(this,23)};var oh=function(a){this.internalArray_=L(a)};x(oh,R);function ph(a){return qh.some(function(b){return b.test(a)})}var qh=[/https:\/\/sandbox\.google\.com\/tools\/feedback/,/https:\/\/feedback-frontend-qual[a-z0-9.]*\.google\.com\/inapp/,/https:\/\/feedback-frontend-qual[a-z0-9.]*\.google\.com\/tools\/feedback/,/https:\/\/.*\.googleusercontent\.com\/inapp/];var rh="af am ar-EG ar-JO ar-MA ar-SA ar-XB ar az be bg bn bs ca cs cy da de-AT de-CH de el en en-GB en-AU en-CA en-IE en-IN en-NZ en-SG en-XA en-XC en-ZA es es-419 es-AR es-BO es-CL es-CO es-CR es-DO es-EC es-GT es-HN es-MX es-NI es-PA es-PE es-PR es-PY es-SV es-US es-UY es-VE et eu fa fi fil fr-CA fr-CH fr gl gsw gu he hi hr hu hy id in is it iw ja ka kk km kn ko ky ln lo lt lv mk ml mn mo mr ms my nb ne nl no pa pl pt pt-BR pt-PT ro ru si sk sl sq sr-Latn sr sv sw ta te th tl tr uk ur uz vi zh zh-CN zh-HK zh-TW zu".split(" ");var sh=u(["https://www.gstatic.com/uservoice/feedback/client/web/","/main_light_binary.js"]),th=u(["https://www.gstatic.com/uservoice/feedback/client/web/","/main_binary__",".js"]);
function uh(a,b){var c;var d=(c=a.formContent)==null?void 0:c.locale;c=d==null?void 0:d.split("-")[0];d=d&&rh.includes(d)?d:c&&rh.includes(c)?c:void 0;d=(d!=null?d:"en").replaceAll("-","_").toLowerCase();var e;a=((e=a.initializationData)==null?0:e.useNightlyRelease)?"nightly":"live";var f;return(b==null?0:(f=b.getEnableAlohaBinarySplit)==null?0:f.call(b))?T(sh,a):T(th,a,d)};var vh,wh;function xh(a,b,c,d){if(vh)return vh;var e=uh(a,d);return vh=b.feedbackV2GlobalObject?Promise.resolve(b.feedbackV2GlobalObject):new Promise(function(f,g){var h=zd(document,"SCRIPT");sd(h,e);h.onload=function(){b.feedbackV2GlobalObject?f(b.feedbackV2GlobalObject):g("feedbackV2GlobalObject not found on window.")};h.onerror=function(){g("Feedback binary script tag failed to load: "+e.toString())};c.body.appendChild(h)})}
function yh(a,b,c,d){if(wh)return wh;var e=uh(a,d);return wh=b.feedbackV2GlobalObject?Promise.resolve(b.feedbackV2GlobalObject):new Promise(function(f,g){var h=zd(document,"SCRIPT");sd(h,e);h.onload=function(){b.feedbackV2GlobalObject?f(b.feedbackV2GlobalObject):g("feedbackV2GlobalObject not found on window.")};h.onerror=function(){g("Feedback binary script tag failed to load: "+e.toString())};c.body.appendChild(h)})}
function zh(a,b,c,d,e){e=e===void 0?!0:e;var f,g,h,k,l;return ya(function(n){switch(n.nextAddress){case 1:return f=Date.now(),ra(n,xh(a,c,d,b),2);case 2:g=n.yieldResult;if(!(e||((k=a.initializationData)==null?0:k.useNightlyRelease)||((l=a.initializationData)==null?0:l.isLocalServer))){h=g.initializeFeedbackClient(a,f,b);n.nextAddress=3;break}return ra(n,g.initializeFeedbackClientAsync(a,f,b),4);case 4:h=n.yieldResult;case 3:return h.initiateAloha(),n.return(h)}})}
function Ah(a,b,c,d){var e,f,g;return ya(function(h){if(h.nextAddress==1)return e=Date.now(),ra(h,yh(a,c,d.document,b),2);if(h.nextAddress!=3)return f=h.yieldResult,ra(h,f.initializeFeedbackClientAsync(a,e,b,d),3);g=h.yieldResult;g.initiateAloha();return h.return(g)})}
function Bh(a,b,c){var d=!0;d=d===void 0?!0:d;var e,f,g,h,k,l,n,q,t,p;return ya(function(z){e=c||y;if((f=b)==null?0:(h=(g=f).getEnableAlohaBinarySplit)==null?0:h.call(g)){k=e;if(k.isFormOpened)throw l=Error("Form is either loading or already opened"),l.name="DuplicateFormError",l;k.isFormOpened=!0;a.callbacks=a.callbacks||{};n=a.callbacks.onClose||function(){};a.callbacks.onClose=function(C){k.isFormOpened=!1;n(C)};try{return z.return(Ah(a,b,k,e))}catch(C){throw k.isFormOpened=!1,C;}}else{q=e;if(q.isFormOpened)throw t=
Error("Form is either loading or already opened"),t.name="DuplicateFormError",t;q.isFormOpened=!0;a.callbacks=a.callbacks||{};p=a.callbacks.onClose||function(){};a.callbacks.onClose=function(C){q.isFormOpened=!1;p(C)};try{return z.return(zh(a,b,q,e.document,d))}catch(C){throw q.isFormOpened=!1,C;}}z.nextAddress=0})};function Ch(a,b){return ya(function(c){return c.return(new Promise(function(d){var e=Dh(b!=null?b:"")+"/aloha_form_properties?productId="+a;rg(e,function(f){f=f.target;var g=null;try{g=Mc(oh,JSON.stringify(zg(f)))}catch(h){f=new oh,g=nh(),g=Q(g,7,!0),g=Q(g,10,!0),g=Q(g,12,!0),g=Q(g,13,!1),g=Q(g,14,!0),g=Q(g,15,!0),g=Q(g,20,!1),g=O(f,mh,1,g)}d(g)},"GET","",{},2E3)}))})}function Dh(a){return ph(a)?a:"https://www.google.com/tools/feedback"};var Eh=function(a,b,c){a.timeOfStartCall=(new Date).getTime();var d=c||y,e=d.document,f=a.nonce||rd(d);f&&!a.nonce&&(a.nonce=f);if(a.flow=="help"){var g=A("document.location.href",d);!a.helpCenterContext&&g&&(a.helpCenterContext=g.substring(0,1200));g=!0;if(b&&JSON&&JSON.stringify){var h=JSON.stringify(b);(g=h.length<=1200)&&(a.psdJson=h)}g||(b={invalidPsd:!0})}b=[a,b,c];d.GOOGLE_FEEDBACK_START_ARGUMENTS=b;c=a.feedbackServerUri||"//www.google.com/tools/feedback";if(g=d.GOOGLE_FEEDBACK_START)g.apply(d,
b);else{d=c+"/load.js?";for(var k in a)b=a[k],b==null||Ia(b)||(d+=encodeURIComponent(k)+"="+encodeURIComponent(b)+"&");a=vd(e).createElement("SCRIPT");f&&a.setAttribute("nonce",f);sd(a,bd(d));e.body.appendChild(a)}},Fh=function(a,b,c,d){var e,f;ya(function(g){e=c||y;var h=a.serverEnvironment==="DEV",k=c||y;k=a.nonce||rd(k);h={integrationKeys:{productId:a.productId,feedbackBucket:a.bucket,triggerId:a.triggerId},callbacks:{onClose:a.callback,onLoad:a.onLoadCallback},formContent:{locale:a.locale,disableScreenshot:a.disableScreenshotting,
productDisplayName:void 0,announcement:void 0,issueCategories:void 0,includeSeveritySelection:void 0,customImageSrc:void 0,thankYouMessage:void 0,userEmail:void 0,defaultFormInputValues:void 0,defaultFormInputValuesString:void 0,abuseLink:a.abuseLink,additionalDataConsent:a.additionalDataConsent},initializationData:{isLocalServer:h,nonce:k,useNightlyRelease:h,feedbackJsUrl:void 0,feedbackCssUrl:void 0,feedbackJsUrlSerialized:void 0,feedbackCssUrlSerialized:void 0,submissionServerUri:a.feedbackServerUri,
colorScheme:a.colorScheme},extraData:{productVersion:a.productVersion,authUser:a.authuser,configuratorId:a.configuratorId,customZIndex:a.customZIndex,tinyNoPointer:a.tinyNoPointer,allowNonLoggedInFeedback:a.allowNonLoggedInFeedback,enableAnonymousFeedback:a.enableAnonymousFeedback}};b&&(k=new Map(Object.entries(b)),h.extraData.productSpecificData=k);f=h;return ra(g,Bh(f,d,e),0)})},Gh=function(a,b,c){try{if(a.flow==="help"){var d=a.helpCenterPath.replace(/^\//,"");qd(c||window,kd("https://support.google.com/"+
d))}else a.flow==="submit"?Eh(a,b,c):Ch(a.productId,a.feedbackServerUri).then(function(e){e=N(e,mh,1);var f=!eb||(e==null?void 0:e.getEnableMweb()),g=!a.tinyNoPointer||(e==null?void 0:e.getEnableTinyNoPointer());!e||e.getAlohaAutoGaRollout()&&f&&g?Fh(a,b,c,e):Eh(a,b,c)},function(e){e&&e.name!=="DuplicateFormError"&&Eh(a,b,c)})}catch(e){Fh(a,b,c,null)}};Da("userfeedback.api.startFeedback",Gh);var Hh=function(){};Hh.prototype.next=function(){return Ih};var Ih={done:!0,value:void 0};Hh.prototype.__iterator__=function(){return this};var Jh=function(a){if(a instanceof Hh)return a;if(typeof a.__iterator__=="function")return a.__iterator__(!1);if(Ha(a)){var b=0,c=new Hh;c.next=function(){for(;;){if(b>=a.length)return Ih;if(b in a)return{value:a[b++],done:!1};b++}};return c}throw Error("Not implemented");};var Lh=function(a){this.elements_={};if(a)for(var b=0;b<a.length;b++)this.elements_[Kh(a[b])]=null;for(var c in Object.prototype);},Mh={},Kh=function(a){return a in Mh||String(a).charCodeAt(0)==32?" "+a:a},Nh=function(a){return a.charCodeAt(0)==32?a.slice(1):a};m=Lh.prototype;m.add=function(a){this.elements_[Kh(a)]=null};m.clear=function(){this.elements_={}};m.clone=function(){var a=new Lh,b;for(b in this.elements_)a.elements_[b]=null;return a};m.contains=function(a){return Kh(a)in this.elements_};
m.has=function(a){return this.contains(a)};m.forEach=function(a,b){for(var c in this.elements_)a.call(b,Nh(c),void 0,this)};m.values=Object.keys?function(){return Object.keys(this.elements_).map(Nh,this)}:function(){var a=[],b;for(b in this.elements_)a.push(Nh(b));return a};m.getValues=function(){return this.values()};m.isEmpty=function(){for(var a in this.elements_)return!1;return!0};m.delete=function(a){a=Kh(a);return a in this.elements_?(delete this.elements_[a],!0):!1};m.remove=function(a){return this.delete(a)};
m.__iterator__=function(){return Jh(this.getValues())};var Oh=function(a){if(a.getValues&&typeof a.getValues=="function")return a.getValues();if(typeof Map!=="undefined"&&a instanceof Map||typeof Set!=="undefined"&&a instanceof Set)return Array.from(a.values());if(typeof a==="string")return a.split("");if(Ha(a)){for(var b=[],c=a.length,d=0;d<c;d++)b.push(a[d]);return b}b=[];c=0;for(d in a)b[c++]=a[d];return b},Ph=function(a){if(a.getKeys&&typeof a.getKeys=="function")return a.getKeys();if(!a.getValues||typeof a.getValues!="function"){if(typeof Map!==
"undefined"&&a instanceof Map)return Array.from(a.keys());if(!(typeof Set!=="undefined"&&a instanceof Set)){if(Ha(a)||typeof a==="string"){var b=[];a=a.length;for(var c=0;c<a;c++)b.push(c);return b}b=[];c=0;for(var d in a)b[c++]=d;return b}}},Qh=function(a,b,c){if(a.forEach&&typeof a.forEach=="function")a.forEach(b,c);else if(Ha(a)||typeof a==="string")Array.prototype.forEach.call(a,b,c);else for(var d=Ph(a),e=Oh(a),f=e.length,g=0;g<f;g++)b.call(c,e[g],d&&d[g],a)};var Rh=function(a){this.domain_=this.userInfo_=this.scheme_="";this.port_=null;this.fragment_=this.path_="";this.ignoreCase_=this.isReadOnly_=!1;if(a instanceof Rh){this.ignoreCase_=a.ignoreCase_;Sh(this,a.scheme_);var b=a.userInfo_;Y(this);this.userInfo_=b;b=a.domain_;Y(this);this.domain_=b;Th(this,a.port_);b=a.path_;Y(this);this.path_=b;Uh(this,a.queryData_.clone());a=a.fragment_;Y(this);this.fragment_=a}else a&&(b=String(a).match(mg))?(this.ignoreCase_=!1,Sh(this,b[1]||"",!0),a=b[2]||"",Y(this),
this.userInfo_=Vh(a),a=b[3]||"",Y(this),this.domain_=Vh(a,!0),Th(this,b[4]),a=b[5]||"",Y(this),this.path_=Vh(a,!0),Uh(this,b[6]||"",!0),a=b[7]||"",Y(this),this.fragment_=Vh(a)):(this.ignoreCase_=!1,this.queryData_=new Wh(null,this.ignoreCase_))};
Rh.prototype.toString=function(){var a=[],b=this.scheme_;b&&a.push(Xh(b,Yh,!0),":");var c=this.domain_;if(c||b=="file")a.push("//"),(b=this.userInfo_)&&a.push(Xh(b,Yh,!0),"@"),a.push(encodeURIComponent(String(c)).replace(/%25([0-9a-fA-F]{2})/g,"%$1")),c=this.port_,c!=null&&a.push(":",String(c));if(c=this.path_)this.domain_&&c.charAt(0)!="/"&&a.push("/"),a.push(Xh(c,c.charAt(0)=="/"?Zh:$h,!0));(c=this.queryData_.toString())&&a.push("?",c);(c=this.fragment_)&&a.push("#",Xh(c,ai));return a.join("")};
Rh.prototype.resolve=function(a){var b=this.clone(),c=!!a.scheme_;c?Sh(b,a.scheme_):c=!!a.userInfo_;if(c){var d=a.userInfo_;Y(b);b.userInfo_=d}else c=!!a.domain_;c?(d=a.domain_,Y(b),b.domain_=d):c=a.port_!=null;d=a.path_;if(c)Th(b,a.port_);else if(c=!!a.path_){if(d.charAt(0)!="/")if(this.domain_&&!this.path_)d="/"+d;else{var e=b.path_.lastIndexOf("/");e!=-1&&(d=b.path_.slice(0,e+1)+d)}e=d;if(e==".."||e==".")d="";else if(e.indexOf("./")!=-1||e.indexOf("/.")!=-1){d=e.lastIndexOf("/",0)==0;e=e.split("/");
for(var f=[],g=0;g<e.length;){var h=e[g++];h=="."?d&&g==e.length&&f.push(""):h==".."?((f.length>1||f.length==1&&f[0]!="")&&f.pop(),d&&g==e.length&&f.push("")):(f.push(h),d=!0)}d=f.join("/")}else d=e}c?(Y(b),b.path_=d):c=a.queryData_.toString()!=="";c?Uh(b,a.queryData_.clone()):c=!!a.fragment_;c&&(a=a.fragment_,Y(b),b.fragment_=a);return b};Rh.prototype.clone=function(){return new Rh(this)};
var Sh=function(a,b,c){Y(a);a.scheme_=c?Vh(b,!0):b;a.scheme_&&(a.scheme_=a.scheme_.replace(/:$/,""));return a},Th=function(a,b){Y(a);if(b){b=Number(b);if(isNaN(b)||b<0)throw Error("Bad port number "+b);a.port_=b}else a.port_=null},Uh=function(a,b,c){Y(a);b instanceof Wh?(a.queryData_=b,a.queryData_.setIgnoreCase(a.ignoreCase_)):(c||(b=Xh(b,bi)),a.queryData_=new Wh(b,a.ignoreCase_))};Rh.prototype.getQuery=function(){return this.queryData_.toString()};
Rh.prototype.removeParameter=function(a){Y(this);this.queryData_.remove(a);return this};var Y=function(a){if(a.isReadOnly_)throw Error("Tried to modify a read-only Uri");};Rh.prototype.setIgnoreCase=function(a){this.ignoreCase_=a;this.queryData_&&this.queryData_.setIgnoreCase(a)};
var Vh=function(a,b){return a?b?decodeURI(a.replace(/%25/g,"%2525")):decodeURIComponent(a):""},Xh=function(a,b,c){return typeof a==="string"?(a=encodeURI(a).replace(b,ci),c&&(a=a.replace(/%25([0-9a-fA-F]{2})/g,"%$1")),a):null},ci=function(a){a=a.charCodeAt(0);return"%"+(a>>4&15).toString(16)+(a&15).toString(16)},Yh=/[#\/\?@]/g,$h=/[#\?:]/g,Zh=/[#\?]/g,bi=/[#\?@]/g,ai=/#/g,Wh=function(a,b){this.count_=this.keyMap_=null;this.encodedQuery_=a||null;this.ignoreCase_=!!b},di=function(a){a.keyMap_||(a.keyMap_=
new Map,a.count_=0,a.encodedQuery_&&ng(a.encodedQuery_,function(b,c){a.add(decodeURIComponent(b.replace(/\+/g," ")),c)}))};m=Wh.prototype;m.add=function(a,b){di(this);this.encodedQuery_=null;a=ei(this,a);var c=this.keyMap_.get(a);c||this.keyMap_.set(a,c=[]);c.push(b);this.count_+=1;return this};m.remove=function(a){di(this);a=ei(this,a);return this.keyMap_.has(a)?(this.encodedQuery_=null,this.count_-=this.keyMap_.get(a).length,this.keyMap_.delete(a)):!1};
m.clear=function(){this.keyMap_=this.encodedQuery_=null;this.count_=0};m.isEmpty=function(){di(this);return this.count_==0};m.containsKey=function(a){di(this);a=ei(this,a);return this.keyMap_.has(a)};m.forEach=function(a,b){di(this);this.keyMap_.forEach(function(c,d){c.forEach(function(e){a.call(b,e,d,this)},this)},this)};
m.getKeys=function(){di(this);for(var a=Array.from(this.keyMap_.values()),b=Array.from(this.keyMap_.keys()),c=[],d=0;d<b.length;d++)for(var e=a[d],f=0;f<e.length;f++)c.push(b[d]);return c};m.getValues=function(a){di(this);var b=[];if(typeof a==="string")this.containsKey(a)&&(b=b.concat(this.keyMap_.get(ei(this,a))));else{a=Array.from(this.keyMap_.values());for(var c=0;c<a.length;c++)b=b.concat(a[c])}return b};
m.set=function(a,b){di(this);this.encodedQuery_=null;a=ei(this,a);this.containsKey(a)&&(this.count_-=this.keyMap_.get(a).length);this.keyMap_.set(a,[b]);this.count_+=1;return this};m.get=function(a,b){if(!a)return b;a=this.getValues(a);return a.length>0?String(a[0]):b};
m.toString=function(){if(this.encodedQuery_)return this.encodedQuery_;if(!this.keyMap_)return"";for(var a=[],b=Array.from(this.keyMap_.keys()),c=0;c<b.length;c++){var d=b[c],e=encodeURIComponent(String(d));d=this.getValues(d);for(var f=0;f<d.length;f++){var g=e;d[f]!==""&&(g+="="+encodeURIComponent(String(d[f])));a.push(g)}}return this.encodedQuery_=a.join("&")};
m.clone=function(){var a=new Wh;a.encodedQuery_=this.encodedQuery_;this.keyMap_&&(a.keyMap_=new Map(this.keyMap_),a.count_=this.count_);return a};var ei=function(a,b){b=String(b);a.ignoreCase_&&(b=b.toLowerCase());return b};
Wh.prototype.setIgnoreCase=function(a){a&&!this.ignoreCase_&&(di(this),this.encodedQuery_=null,this.keyMap_.forEach(function(b,c){var d=c.toLowerCase();c!=d&&(this.remove(c),this.remove(d),b.length>0&&(this.encodedQuery_=null,this.keyMap_.set(ei(this,d),bb(b)),this.count_+=b.length))},this));this.ignoreCase_=a};Wh.prototype.extend=function(a){for(var b=0;b<arguments.length;b++)Qh(arguments[b],function(c,d){this.add(d,c)},this)};new Lh("head HEAD link LINK style STYLE meta META defs DEFS script SCRIPT html HTML base BASE colgroup COLGROUP col COL wbr WBR content CONTENT slot SLOT".split(" "));new Lh("svg SVG polygon POLYGON g G br BR".split(" "));var fi=function(a,b){a=new Rh(a);return b===void 0||b?Sh(a,a.scheme_||location.protocol).toString():Sh(a,"http").toString()};var gi=u(["https://feedback.googleusercontent.com/resources/annotator.css"]),hi=u(["https://feedback.googleusercontent.com/resources/render_frame2.html"]);T(gi);T(hi);var ii=function(a){var b=a||{};a=b.serverUri;var c=a+"/%{resource}",d={resource:S("chat_load.js")};b=b.https;var e=[S("//www.google.com/tools/feedback/%{resource}"),S("https://www.google.com/tools/feedback/%{resource}"),S("https://support.google.com/inapp/%{resource}"),S("https://sandbox.google.com/inapp/%{resource}"),S("https://feedback2-test.corp.google.com/inapp/%{resource}"),S("https://feedback2-test.corp.googleusercontent.com/inapp/%{resource}"),S("https://sandbox.google.com/tools/feedback/%{resource}"),
S("https://feedback2-test.corp.google.com/tools/feedback/%{resource}"),S("https://feedback2-test.corp.googleusercontent.com/tools/feedback/%{resource}"),S("https://www.google.cn/tools/feedback/%{resource}")].filter(function(f){return Wc(f)==c})[0];if(e)return cd(e,d);a=fi(a,b===void 0||!!b);a=gd(kd(a));return cd(S("//www.google.com/tools/feedback/%{resource}"),d)};Da("userfeedback.api.help.startHelpWithChatSupport",function(a,b){a.flow="help";Gh(a,b)});var ji=function(a,b){var c=a.serverUri||"//www.google.com/tools/feedback";y.GOOGLE_HELP_CHAT_ARGUMENTS=arguments;var d=zd(document,"SCRIPT");c=ii({serverUri:c});sd(d,c);window.document.body.appendChild(d)};Da("userfeedback.api.help.loadChatSupport",ji);var ki=u(["https://www.gstatic.com/uservoice/surveys/resources/","/js/survey/survey_binary__",".js"]),li=u(["https://gstatic.com/uservoice/surveys/resources/","/js/survey/survey_","_",".css"]),mi=Date.now(),ni=/uservoice\/surveys\/resources\/(non)?prod\/js\/survey\/survey_(dark|light)_(ltr|rtl)/gi,oi=/uservoice\/surveys\/resources\/(non)?prod\/js\/survey\/survey_binary__/gi,Z=function(a,b){this.productId_=a;this.receiverUri_=b.receiverUri;this.locale_=b.locale||b.locale||"en".replace(/-/g,"_");this.window_=
b.window||b.window||top;this.productData_=b.productData||b.productData||{};a:{if(a=b.frdProductDataSerializedJspb||b.frdProductDataSerializedJspb)try{var c=ib(a);break a}catch(d){c=void 0;break a}c=(c=b.frdProductData||b.frdProductData)?pi(c):void 0}this.frdProductDataBase64EncodedString_=c;this.helpCenterPath_=b.helpCenterPath||b.helpCenterPath||"";this.helpcenter=this.helpCenterPath_.startsWith("/")?this.helpCenterPath_.substring(1):this.helpCenterPath_;this.apiKey_=b.apiKey||b.apiKey||"";this.renderApiUri_=
b.renderApiUri||b.renderApiUri||"";this.asxUiUri_=b.asxUiUri||b.asxUiUri||"";this.nonce_=b.nonce||b.nonce||rd(this.window_);this.surveyStartupConfig_=$g(new Zg,Vg(!1));this.thirdPartyDomainSupportEnabled_=!1};m=Z.prototype;m.startFeedback=function(a){var b=window.GOOGLE_FEEDBACK_DESTROY_FUNCTION;b&&b();Gh(qi(this,a),this.productData_,this.window_)};m.updateProductData=function(a){this.productData_=Object.assign({},this.productData_,a)};
m.updateContext=function(a){var b=A("gapi.rpc");b&&document.getElementById("help_panel_main_frame")!==null&&(a||(a=A("document.location.href",window).substring(0,1200)),b.setup(""),b.sendHandshake("help_panel_main_frame/help_panel_content_frame",""),b.call("help_panel_main_frame/help_panel_content_frame","adaptContext",null,a))};
m.startHelp=function(a){var b=this,c=document.getElementById("help_panel_main_frame");if(c&&c.style.visibility==="hidden"){if(c.style.visibility="visible",a.onRestoreCallback)a.onRestoreCallback()}else{c=(new Date).getTime();var d=a?ri(this,a,c):{};a=d.openingMode||0;try{Cg(this.receiverUri_||"https://www.google.com/tools/feedback",this.locale_,d.helpCenterContext,this.productId_,this.helpcenter,a).then(function(e){var f=d.fixedHelpPanelContainer;if(f){var g=f.style.width;f.style.width="0";f.style.display=
"none";f.style.width=g!=null?g:"360px";f.replaceChildren()}else Cd(document.getElementById("help_panel_main_frame"));Dg(d,Lc(e),b.window_,b.productData_)})}catch(e){qd(window,kd("https://support.google.com/"+this.helpcenter))}}};
m.startHelpCard=function(a,b){var c=this,d=(new Date).getTime(),e=a?ri(this,a,d):{};a=e.openingMode||0;try{Cg(this.receiverUri_||"https://www.google.com/tools/feedback",this.locale_,e.helpCenterContext,this.productId_,this.helpcenter,a).then(function(f){var g;(g=document.getElementById("help_card_main_frame"))==null||g.remove();Ye(e,Lc(f),c.window_,b||void 0)})}catch(f){qd(window,kd("https://support.google.com/"+this.helpcenter))}};
var qi=function(a,b){b=b||{};return{bucket:b.bucket||b.bucket,locale:a.locale_,callback:b.onend||b.onend||function(){},onLoadCallback:b.onLoadCallback||b.onLoadCallback,serverUri:b.serverUri||b.serverUri||a.receiverUri_,productId:a.productId_,productVersion:b.productVersion||b.productVersion,authuser:b.authuser||b.authuser,abuseLink:b.abuseLink||b.abuseLink,customZIndex:b.customZIndex||b.customZIndex,flow:b.flow||b.flow||"wizard",enableAnonymousFeedback:b.enableAnonymousFeedback||b.enableAnonymousFeedback,
allowNonLoggedInFeedback:b.allowNonLoggedInFeedback||b.allowNonLoggedInFeedback,tinyNoPointer:b.tinyNoPointer||b.tinyNoPointer,disableScreenshotAtStartup:b.disableScreenshotAtStartup||b.disableScreenshotAtStartup,disableScreenshotting:b.disableScreenshotting||b.disableScreenshotting,feedbackServerUri:b.feedbackServerUri||b.feedbackServerUri,colorScheme:b.colorScheme||b.colorScheme,triggerId:b.triggerId||b.triggerId,serverEnvironment:b.serverEnvironment||b.serverEnvironment}},ri=function(a,b,c){var d=
b||{};b=qi(a,b);var e,f,g,h,k,l,n,q=d.anchor,t=d.channel,p=d.context,z=a.helpCenterPath_,C=d.helpFlowSessionId,X=d.enableSendFeedback||!1,mb=d.defaultHelpArticleId,na=d.supportContentUrl,Fa=d.helpPanelTheme,yi=d.nd4cSettings?d.nd4cSettings.isEnabled:!1,zi=d.nd4cSettings?d.nd4cSettings.countryCode:"",Ai=d.userIp?d.userIp:"",Bi=d.defaultHelpArticleFragment,Ci=d.suggestHost,Di=a.renderApiUri_,Ei=d.symptom,Fi=d.timezone,Gi=d.directToGetHelp||!1,Hi=(e=d.helpGuideOptions)==null?void 0:e.openToHelpGuideEntryButtonId;
e=(f=d.helpGuideOptions)==null?void 0:f.enableHelpGuideMaximize;f=((g=d.helpGuideOptions)==null?void 0:g.enableHelpGuideConversationalAi)===!1?!1:!0;g=(h=d.helpGuideOptions)==null?void 0:h.enableHelpGuideHumanChat;h=a.window_.location.protocol+"//"+a.window_.location.host;var Ii=d.helpPanelMode,Ji=d.fixedHelpPanelContainer,Ki=d.customHelpPanelContainer,Li=a.frdProductDataBase64EncodedString_,Mi=d.onCloseCallback,Ni=d.onMinimizeCallback,Oi=d.onLoadCallback,Pi=d.onPromotedProductLinkClickCallback,Qi=
d.onGseEventCallback,Ri=d.openingMode,Si=d.minimizeMode,Ti=((k=d.helpGuideOptions)==null?0:k.helpGuideHelpCenterEmbedEntryPoint)?pi(d.helpGuideOptions.helpGuideHelpCenterEmbedEntryPoint):void 0;k=((l=d.helpGuideOptions)==null?0:l.helpGuideCommonEmbedEntryPoint)?pi(d.helpGuideOptions.helpGuideCommonEmbedEntryPoint):void 0;a:{var Nf;if((Nf=d.helpGuideOptions)==null?0:Nf.helpGuideStartingFlowSerializedJspb)try{var Ad=ib(d.helpGuideOptions.helpGuideStartingFlowSerializedJspb);break a}catch(Ui){Ad=void 0;
break a}var Of;Ad=((Of=d.helpGuideOptions)==null?0:Of.helpGuideStartingFlow)?pi(d.helpGuideOptions.helpGuideStartingFlow):void 0}a:{var Pf;if((Pf=d.helpGuideOptions)==null?0:Pf.gseSessionOptionsSerializedJspb)try{var Bd=ib(d.helpGuideOptions.gseSessionOptionsSerializedJspb);break a}catch(Ui){Bd=void 0;break a}var Qf;Bd=((Qf=d.helpGuideOptions)==null?0:Qf.gseSessionOptions)?pi(d.helpGuideOptions.gseSessionOptions):void 0}a={anchor:q,channel:t,flow:"help",helpCenterContext:p,helpCenterPath:z,helpFlowSessionId:C,
enableSendFeedback:X,defaultHelpArticleId:mb,supportContentUrl:na,helpPanelTheme:Fa,nd4cSettingsIsEnabled:yi,nd4cSettingsCountryCode:zi,userIp:Ai,defaultHelpArticleFragment:Bi,newApi:!0,suggestHost:Ci,renderApiUri:Di,symptom:Ei,timezone:Fi,directToGetHelp:Gi,openToHelpGuideEntryButtonId:Hi,enableHelpGuideMaximize:e,enableHelpGuideConversationalAi:f,enableHelpGuideHumanChat:g,startedFromHelpApi:!0,domain:h,helpPanelMode:Ii,fixedHelpPanelContainer:Ji,customHelpPanelContainer:Ki,frdProductData:Li,onCloseCallback:Mi,
onMinimizeCallback:Ni,onLoadCallback:Oi,onPromotedProductLinkClickCallback:Pi,onGseEventCallback:Qi,openingMode:Ri,minimizeMode:Si,helpGuideHelpCenterEmbedEntryPoint:Ti,helpGuideCommonEmbedEntryPoint:k,helpGuideStartingFlow:Ad,gseSessionOptions:Bd,helpPanelStartTimeMs:c,asxUiUri:a.asxUiUri_,disableEndUserCredentials:d.disableEndUserCredentials,gsePageUrl:(n=d.helpGuideOptions)==null?void 0:n.pageUrl};Sc(b,a);return b};m=Z.prototype;
m.loadChatSupport=function(a){var b=a||{};a=a?ri(this,a):{};Sc(a,{escalationJSONString:b.escalationJSONString});ji(a,this.productData_)};
m.requestSurvey=function(a){if(!si(a.triggerId))throw Error("Invalid triggerId");var b=Date.now();ti(this,a,!1).then(function(c,d){var e=d.getSurveyPayload();if(e){var f=ui(e),g;d.getSession()&&Hc(d.getSession(),1)&&(g=Hc(d.getSession(),1));var h={surveyData:{surveyData:Lc(d),triggerRequestTime:b,apiKey:this.apiKey_,nonProd:a.nonProd,language:e.getLanguage(),libraryVersion:438217234,surveyMetadata:{triggerId:a.triggerId,sessionId:g,surveyId:d.getSurveyId()},feedback1pEnabled:P(N(this.surveyStartupConfig_,
Ug,1),1),thirdPartyDomainSupportEnabled:this.thirdPartyDomainSupportEnabled_},triggerId:a.triggerId,surveyError:null};setTimeout(function(){return c(h)},f*1E3)}else h={surveyData:null,triggerId:a.triggerId,surveyId:a.surveyIdForTestingMode,surveyError:{reason:"No eligible surveys."}},c(h)}.bind(this,a.callback),function(c){var d="";try{d=JSON.stringify(c)}catch(e){d="message: "+c.message+", stack: "+c.stack}a.callback({surveyData:null,triggerId:a.triggerId,surveyError:{reason:"Failed to trigger survey: "+
d}})})};
m.presentSurvey=function(a){if(a.surveyData){var b=a.surveyData&&a.surveyData.surveyData&&a.surveyData.surveyData.surveyData?a.surveyData.surveyData:a.surveyData;switch(a.defaultStyle){case 1:var c;a.promptStyle=(c=a.promptStyle)!=null?c:2;var d;a.completionStyle=(d=a.completionStyle)!=null?d:2;break;default:var e;a.promptStyle=(e=a.promptStyle)!=null?e:1;var f;a.completionStyle=(f=a.completionStyle)!=null?f:1}c=Mc(Qe,b.surveyData).getSurveyPayload();a:if(d=a.promptStyle,e=c.getDisplaySettings().getAllowedPromptStyleList(),d){switch(d){case 1:d=
e.includes(1);break a;case 2:d=e.includes(2);break a}d=!1}else d=!0;if(d){a:if(d=a.completionStyle,c=c.getCompletion().getAllowedCompletionStyleList(),d){switch(d){case 1:c=c.includes(1);break a;case 2:c=c.includes(2);break a}c=!1}else c=!0;if(c)if(a.parentDomElementId!=void 0&&a.parentDomElementId!=""&&document.getElementById(a.parentDomElementId)==null)a.listener&&a.listener.surveyPrompted&&a.listener.surveyPrompted(a.surveyData,{reason:"Invalid parent dom element id"});else{c=b.nonProd?"nonprod":
"prod";d=a.colorScheme===2?"dark":"light";e=document.body;a:{f=ud(e);if(f.defaultView&&f.defaultView.getComputedStyle&&(f=f.defaultView.getComputedStyle(e,null))){f=f.direction||f.getPropertyValue("direction")||"";break a}f=""}f="rtl"==(f||(e.currentStyle?e.currentStyle.direction:null)||e.style&&e.style.direction)?"rtl":"ltr";if(a.completionStyle===2&&!vi("https://gstatic.com/uservoice/surveys/resources/"+c+"/js/survey/survey_"+d+"_"+f+".css")){wi();e=document.createElement("link");c=T(li,c,d,f);
if(c instanceof Yc)e.href=Zc(c).toString(),e.rel="stylesheet";else{if(pd.indexOf("stylesheet")===-1)throw Error('TrustedResourceUrl href attribute required with rel="stylesheet"');c=md(c);c!==void 0&&(e.href=c,e.rel="stylesheet")}document.head.appendChild(e)}xi(this,a,b)}else a.listener&&a.listener.surveyPrompted&&a.listener.surveyPrompted(a.surveyData,{reason:"Invalid completion style"})}else a.listener&&a.listener.surveyPrompted&&a.listener.surveyPrompted(a.surveyData,{reason:"Invalid prompt style"})}};
m.dismissSurvey=function(a){window.hatsNextGlobalObject&&window.hatsNextGlobalObject.dismissSurvey&&window.hatsNextGlobalObject.dismissSurvey(a.surveyMetadata)};
m.scheduleSurvey=function(a){if(!si(a.triggerId))throw Error("Invalid triggerId");ti(this,a,!0).then(function(b){b({surveyData:null,triggerId:a.triggerId,surveyId:a.surveyIdForTestingMode,surveyError:{reason:"Survey scheduled for later."}})}.bind(this,a.callback),function(b){var c="";try{c=JSON.stringify(b)}catch(d){c="message: "+b.message+", stack: "+b.stack}a.callback({surveyData:null,triggerId:a.triggerId,surveyError:{reason:"Failed to trigger survey: "+c}})})};
m.registerHelpAction=function(a,b,c){Vi().register(a,b,c)};m.executeHelpAction=function(a,b){Vi().execute(a,b)};m.isHelpActionApplicable=function(a){return Vi().isApplicable(a)};
var Wi=function(a,b){if(b.enableFeedback1pEndpoint&&b.enableTestingMode)return a.surveyStartupConfig_=$g(new Zg,Vg(!0)),Promise.resolve(a.surveyStartupConfig_);if(!a.productId_||!"5029404 5319991 5171319 237 107539 5092034 5096175 5236060 5105063 5189701 713680 96485 17 5145261 5230404 717991 718565".split(" ").includes(a.productId_.toString()))return Promise.resolve(a.surveyStartupConfig_);b=new ye({serverUrl:b.nonProd?"https://stagingqual-feedback-pa-googleapis.sandbox.google.com":"https://feedback-pa.clients6.google.com",
apiKey:"AIzaSyCB6OnnfuitFnaYWu4BvtGKaoLFk4cm-GE",authUser:b.authuser});var c=Yg(new Xg,(a.productId_||"").toString()).setPlatform(1);return ze(b,"POST","v1/survey/startup_config",c,Zg).then(function(d){return a.surveyStartupConfig_=d})},ti=function(a,b,c){return Wi(a,b).then(function(d){if(P(N(d,Ug,1),1)){d=new ye({serverUrl:b.nonProd?"https://stagingqual-feedback-pa-googleapis.sandbox.google.com":"https://feedback-pa.clients6.google.com",apiKey:a.apiKey_,authUser:b.authuser});var e=Xi(a,b),f=Ee();
f=(new Lg).setTimezoneOffset(f);var g=(new Mg).setPlatform(1).setLibraryVersionInt(438217234).setSupportedCapabilityList([1,2]),h=b.preferredSurveyLanguageList&&b.preferredSurveyLanguageList.length>0?b.preferredSurveyLanguageList:[a.locale_];h=(new Wg).setTriggerId(b.triggerId).setLanguageList(h).setTestingMode(!!b.enableTestingMode);b.surveyIdForTestingMode!=""&&b.surveyIdForTestingMode!=void 0&&b.enableTestingMode==1&&h.setSurveyId(b.surveyIdForTestingMode);f=(new ah).setTriggerContext(h).setClientContext((new Ng).setDeviceInfo(f).setLibraryInfo(g));
c!=""&&c!=void 0&&c==1&&f.setScheduledSurveyContext((new Sg).setIsScheduledSurvey(c));d=ze(d,"POST",e,f,bh)}else d=Yi(a,b,c);return d},function(){return Yi(a,b,c)})},Xi=function(a,b){var c=[];var d=d===void 0?!1:d;var e=ch(String(y.location.href));var f=[];var g=d;g=g===void 0?!1:g;var h=y.__SAPISID||y.__APISID||y.__3PSAPISID||y.__OVERRIDE_SID;kh(g)&&(h=h||y.__1PSAPISID);if(h)g=!0;else{if(typeof document!=="undefined"){var k=new ih;h=k.get("SAPISID")||k.get("APISID")||k.get("__Secure-3PAPISID");kh(g)&&
(h=h||k.get("__Secure-1PAPISID"))}g=!!h}g&&(g=(e=e.indexOf("https:")==0||e.indexOf("chrome-extension:")==0||e.indexOf("chrome-untrusted://new-tab-page")==0||e.indexOf("moz-extension:")==0)?y.__SAPISID:y.__APISID,g||typeof document==="undefined"||(g=new ih,g=g.get(e?"SAPISID":"APISID")||g.get("__Secure-3PAPISID")),(g=g?fh(g,e?"SAPISIDHASH":"APISIDHASH",c):null)&&f.push(g),e&&kh(d)&&((d=lh("__1PSAPISID","__Secure-1PAPISID","SAPISID1PHASH",c))&&f.push(d),(c=lh("__3PSAPISID","__Secure-3PAPISID","SAPISID3PHASH",
c))&&f.push(c)));f=f.length==0?null:f.join(" ");b.thirdPartyDomainSupportEnabled!=void 0&&b.thirdPartyDomainSupportEnabled&&(a.thirdPartyDomainSupportEnabled_=!0,f=!1);return f?"v1/survey/trigger":"v1/survey/trigger/trigger_anonymous"},Yi=function(a,b,c){var d=new ye({serverUrl:b.nonProd?"https://test-scone-pa-googleapis.sandbox.google.com":"https://scone-pa.clients6.google.com",apiKey:a.apiKey_,authUser:b.authuser}),e=Xi(a,b),f=Ee();f=(new Fe).setTimezoneOffset(f);var g=(new Ge).setPlatform(1).setLibraryVersionInt(438217234).setSupportedCapabilityList([1,
2]);a=b.preferredSurveyLanguageList&&b.preferredSurveyLanguageList.length>0?b.preferredSurveyLanguageList:[a.locale_];a=(new Oe).setTriggerId(b.triggerId).setLanguageList(a).setTestingMode(!!b.enableTestingMode);b.surveyIdForTestingMode!=""&&b.surveyIdForTestingMode!=void 0&&b.enableTestingMode==1&&a.setSurveyId(b.surveyIdForTestingMode);b=(new Pe).setTriggerContext(a).setClientContext((new He).setDeviceInfo(f).setLibraryInfo(g));c!=""&&c!=void 0&&c==1&&b.setScheduledSurveyContext((new Me).setIsScheduledSurvey(c));
return ze(d,"POST",e,b,Qe)},si=function(a){return typeof a=="string"&&!!a.match(/^[A-Za-z0-9]+$/)},ui=function(a){try{var b=parseInt(Gc(N(a.getDisplaySettings().getPromptDelay(),V,1)),10);isNaN(b)&&(b=0)}catch(d){b=0}try{var c=parseInt(Gc(N(a.getDisplaySettings().getPromptDelay(),V,2)),10);isNaN(c)&&(c=0)}catch(d){c=0}return Math.floor(Math.random()*(c-b+1))+b},xi=function(a,b,c){var d=c.nonProd?"nonprod":"prod",e=c.language&&Fg[c.language.toLowerCase()]?Fg[c.language.toLowerCase()]:Fg[a.locale_.toLowerCase()];
e=e&&e.replace("-","_");e==="fa"&&(e="en");var f=e?encodeURI(e):"en";b.enableReloadScriptWhenLanguageChanges&&!Zi("https://www.gstatic.com/uservoice/surveys/resources/"+d+"/js/survey/survey_binary__"+f+".js")&&$i();window.hatsNextGlobalObject?aj(b,c):(e=document.createElement("script"),d=T(ki,d,f),sd(e,d),e.type="text/javascript",e.onload=function(){return aj(b,c)},e.onerror=function(){b.listener&&b.listener.surveyPrompted&&b.listener.surveyPrompted(c,{reason:"Failed to load survey binary"})},e.setAttribute("data-survey-binary",
""),a.nonce_&&e.setAttribute("nonce",a.nonce_),document.querySelector("[data-survey-binary]")||document.body.appendChild(e))},aj=function(a,b){a:{var c="triggerCutoffTime";a.parentDomElementId!=null&&a.parentDomElementId!=""&&(c+="_"+a.parentDomElementId);if(window.hatsNextGlobalObject&&window.hatsNextGlobalObject[c]){if(window.hatsNextGlobalObject[c]>b.triggerRequestTime){a.listener&&a.listener.surveyPrompted&&a.listener.surveyPrompted(b,{reason:"Survey was triggered before the most recent survey event. Please re-trigger the survey."});
c=!1;break a}}else if(mi>b.triggerRequestTime){a.listener&&a.listener.surveyPrompted&&a.listener.surveyPrompted(b,{reason:"Survey must be triggered after initializing the help API."});c=!1;break a}c=Date.now()-b.triggerRequestTime;c>864E5?(a.listener&&a.listener.surveyPrompted&&a.listener.surveyPrompted(b,{reason:"Survey must be triggered within the last 24 hours. Survey was triggered "+(c+" ms ago.")}),c=!1):c=!0}if(c){var d,e,f;window.hatsNextGlobalObject.initSurvey({surveyTriggerResponse:b.surveyData,
nonprod:b.nonProd,darkMode:a.colorScheme==2,seamlessMode:a.seamlessMode,zIndex:a.customZIndex,triggerRequestTime:b.triggerRequestTime,authuser:a.authuser,apiKey:b.apiKey,locale:b.language,customLogoAltText:a.customLogoAltText,customLogoUrl:a.customLogoUrl,productData:a.productData,listener:a.listener,surveyData:b,surveyMetadata:b.surveyMetadata,promptStyle:(d=a.promptStyle)!=null?d:1,completionStyle:(e=a.completionStyle)!=null?e:1,defaultStyle:(f=a.defaultStyle)!=null?f:0,parentDomElementId:a.parentDomElementId,
persistCompletionCard:a.persistCompletionCard,hidePrivacyBanner:a.hidePrivacyBanner,hideInlineSurveyBorder:a.hideInlineSurveyBorder,hideInlineSurveyBackground:a.hideInlineSurveyBackground,feedback1pEnabled:b.feedback1pEnabled,thirdPartyDomainSupportEnabled:b.thirdPartyDomainSupportEnabled})}},Vi=function(){var a=A("help.globals.actions",top);a||(a=new Re,Da("help.globals.actions",a,top));return a},Zi=function(a){return[].concat(fa(document.getElementsByTagName("script"))).find(function(b){return b&&
b.getAttribute("src")===a})},$i=function(){[].concat(fa(document.getElementsByTagName("script"))).forEach(function(a){var b;if(a==null?0:(b=a.getAttribute("src"))==null?0:b.match(oi))a.parentNode.removeChild(a),window.hatsNextGlobalObject=null})},wi=function(){document.querySelectorAll("link[rel=stylesheet]").forEach(function(a){var b;(a==null?0:(b=a.getAttribute("href"))==null?0:b.match(ni))&&a.parentNode.removeChild(a)})},pi=function(a){if(!a)return"";try{return ib(Lc(a))}catch(b){return console.log("Failed to serialize and encode proto: ",
b),""}},vi=function(a){return[].concat(fa(document.querySelectorAll("link[rel=stylesheet]"))).find(function(b){return b&&b.getAttribute("href")===a})};Z.prototype.isHelpActionApplicable=Z.prototype.isHelpActionApplicable;Z.prototype.executeHelpAction=Z.prototype.executeHelpAction;Z.prototype.registerHelpAction=Z.prototype.registerHelpAction;Z.prototype.scheduleSurvey=Z.prototype.scheduleSurvey;Z.prototype.dismissSurvey=Z.prototype.dismissSurvey;Z.prototype.presentSurvey=Z.prototype.presentSurvey;
Z.prototype.requestSurvey=Z.prototype.requestSurvey;Z.prototype.loadChatSupport=Z.prototype.loadChatSupport;Z.prototype.startHelpCard=Z.prototype.startHelpCard;Z.prototype.startHelp=Z.prototype.startHelp;Z.prototype.updateContext=Z.prototype.updateContext;Z.prototype.updateProductData=Z.prototype.updateProductData;Z.prototype.startFeedback=Z.prototype.startFeedback;Da("help.service.Lazy",Z);Da("help.service.Lazy.create",function(a,b){return new Z(a,b)});}).call(this);